oracle 内置函数
摘要:
oracle内置函数分为单行函数和聚合函数两大类 1、to_date 将字符转换为日期 select to_date('2008-08-08','yyyy-mm-dd') from dual; --2008/8/8 2.add_months 增加月份 select add_months(sysdat 阅读全文
posted @ 2017-02-07 17:24 dopaer 阅读(165) 评论(0) 推荐(0)
posted @ 2017-02-07 17:24 dopaer 阅读(165) 评论(0) 推荐(0)