`
pro.stone05
  • 浏览: 2555 次
  • 性别: Icon_minigender_1
  • 来自: 安徽
社区版块
存档分类
最新评论
文章列表
结婚虽易 生活不易 且行且努力.......
网上看见的,分享下 -- 当前日期 select to_char(add_months(sysdate,0),'yyyy-MM-dd') day from dual -- 上月当前日期 select to_char(add_months(sysdate,-1),'yyyy-MM-dd') day from dual -- 下月当前日期 select to_char(add_months(sysdate,1),'yyyy-MM-dd') day from dual -- 上月首天 select to_char(add_months(last_day(sysdate)+1,-2),'yyyy-M ...
Global site tag (gtag.js) - Google Analytics