摘要:
1.判断是否是数字 regexp_Like select * from (select 'abc' s1 from dual union all select '789456' s1 from dualunion all select '8907a7' s1 from dualunion all s 阅读全文
摘要:
chr(9)tab键chr(10)换行chr(13)回车chr(13)&chr(10)回车换行 查询的数据复制到excel,若一个字段值占2个或2个以上单元格,则可能有上述符号,可用instr查出,可用replace删掉select n_id,s_name from t_a t where stat 阅读全文