摘要:
今天在操作redis的时候报了这个错:Optional int parameter 'time' is present but cannot be translated into a null value due to being decla 这句话意思:参数time存在,但是无法将其转为为null 阅读全文
摘要:
今天写需求,要求将结果按照成本中心首字母排序,平且空放在最前面。 进入正题: 1。使用oracle自带的函数: 按照首字母排序:nlssort(xxx,'NLS_SORT=SCHINESE_PINYIN_M') 例如:select * from qin t order by nlssort(t.en 阅读全文