posts - 710,  comments - 81,  views - 260万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
02 2013 档案
oracle 时间函数
摘要:常用日期型函数 1。Sysdate 当前日期和时间SQL> Select sysdate from dual;SYSDATE 21-6月 -052。Last_day 本月最后一天 SQL> Select last_day(sysdate) from dual;LAST_DAY(S 30-6月 -05 阅读全文
posted @ 2013-02-25 11:08 itprobie-菜鸟程序员 阅读(298) 评论(0) 推荐(0) 编辑
oracle 函数大全
摘要:SQL中的单记录函数1.ASCII返回与指定的字符对应的十进制数;SQL> select ascii('A') A,ascii('a') a,ascii('0') zero,ascii(' ') space from dual; A A ZERO SPACE 65 97 48 32 2.CHR给出整 阅读全文
posted @ 2013-02-21 17:55 itprobie-菜鸟程序员 阅读(430) 评论(0) 推荐(0) 编辑
oracle 优化规则
摘要:1. 选用适合的ORACLE优化器 ORACLE的优化器共有3种: a. RULE (基于规则) b. COST (基于成本) c. CHOOSE (选择性) 设置缺省的优化器,可以通过对init.ora文件中OPTIMIZER_MODE参数的各种声明,如RULE,COST,CHOOSE,ALL_R 阅读全文
posted @ 2013-02-21 17:52 itprobie-菜鸟程序员 阅读(2836) 评论(1) 推荐(2) 编辑
Oracle9i之xmltype应用
摘要:[文章摘要]介绍了oracle9i的xmltype数据类型的基本使用 包括:建立含有xmltype数据类型的表插入(insert)数据查询(select)数据更新(update)数据添加超过4k字节的xml文档到xmltype型字段适合初学者。 关键词: oracle9i xmltypeoracle 阅读全文
posted @ 2013-02-18 08:56 itprobie-菜鸟程序员 阅读(391) 评论(0) 推荐(0) 编辑
oracle xml类型字段的索引
摘要:create index IndexName on TableName(FieldName) indextype is ctxsys.ctxxpath;create index IndexName on TableName(extractValue(FieldName,'/DocumentInfo/ 阅读全文
posted @ 2013-02-16 18:18 itprobie-菜鸟程序员 阅读(660) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示