摘要: oracle日期转换 转换函数 与date操作关系最大的就是两个转换函数:to_date(),to_char() to_date() 作用将字符类型按一定格式转化为日期类型: 具体用法:to_date('2004-11-27','yyyy-mm-dd'),前者为字符串,后者为转换日期格式,注意,前后 阅读全文
posted @ 2012-04-16 11:25 hongweigg 阅读(50) 评论(0) 推荐(0)
摘要: set autotrace off set autotrace on set autotrace traceonly set autotrace on explain set autotrace on statistics set autotrace on explain statistics se 阅读全文
posted @ 2012-04-16 09:45 hongweigg 阅读(12) 评论(0) 推荐(0)