摘要: 1.获取子串的substr(string, start[, count]): start指定开始位置;count表示提取的长度,如果没有指定,则表示提取到字符串的结尾。SQL> select substr('Hello, world!', 8, 5) from dual; SUBSTR('HELLO... 阅读全文
posted @ 2014-04-18 17:42 百里飞猫 阅读(187) 评论(0) 推荐(0)