摘要: --Oracle trunc()函数的用法/**************日期********************/1.select trunc(sysdate) from dual--2011-3-18 今天的日期为2011-3-182.select trunc(sysdate, 'mm') f... 阅读全文
posted @ 2015-03-27 13:20 eachann 阅读(170) 评论(0) 推荐(0) 编辑