looklook · 2006-06-12 09:03:55 · 阅读: 323 版本7.3.1 11.SUBSTR(string,start,count) 取子字符串,从start开始,取count个 SQL> select substr('13088888888',3,8) from dual; SUBSTR(' -------- 08888888 group 后面可以跟嘛?