摘要: 1.字符串操作1.1 substr(string,start,count)取子字符串,从start开始,取count个SQL>selectsubstr(13088888888,3,8)fromdual;SUBSTR(--------088888881.2 instr(C1,C2,I,J)在一个字符串... 阅读全文
posted @ 2015-02-28 09:46 勿妄 阅读(229) 评论(0) 推荐(0)