SQL查詢優化改寫

 第1章:單表查詢 --查找空值 select * from emp where comm is null; /*  * replace(1,2,3)  * 1:字段,2:舊內容 ,3:新內容 */ select replace('abcdefg','a',null) from dual; ---2018-01-16補充 /**              可是提供了一個 instr() 方法 具體
相關文章
相關標籤/搜索