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() 方法 具体
相关文章
相关标签/搜索