oracle trunc()函数的用法——日期、数字
摘要:
/**************日期********************/ select trunc(sysdate) from dual ;--2011-3-18 今天的日期为2011-3-18 select trunc(sysdate, 'mm') from dual ; --2011-3-1 阅读全文
posted @ 2020-04-11 18:52 癫狂编程 阅读(387) 评论(0) 推荐(0)