摘要: 要实现这个功能需要用到trunc这个函数对时间的操作 select trunc(sysdate) from dual --2021-11-03 今天的日期为2021-11-03 select trunc(sysdate, 'mm') from dual --2021-11-01 返回当月第一天. s 阅读全文
posted @ 2021-11-03 11:41 lemmon_water 阅读(2710) 评论(0) 推荐(0)