
ORACLE
文章平均质量分 80
iteye_11146
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Oracle 常用函数的总结(一)
文章转自:http://oracle.chinaitlab.com/induction/724839_5.html SUBSTR(string, start , count): 取子字符串,从start开始(从1开始),去count个 SQL>select substr(12345678,2,5) from dual substr( --------- 23456 ...原创 2012-04-24 22:02:47 · 140 阅读 · 0 评论 -
ORACLE常用函数总结(二)
Oracle分析函数参考手册 =============================================作者: xsb([url]http://xsb.itpub.net)[/url]发表于:2006.03.01 12:22分类: DW&BI 出处:http://xsb.itpub.net/post/419/33028--------------...原创 2012-04-24 22:55:25 · 161 阅读 · 0 评论