select to_char(sysdate,'d') from dual;--本周第几天
select to_char(sysdate,'dd') from dual;--本月第几天
select to_char(sysdate, 'w') from dual;--本月第几周
select to_char(sysdate+1, 'iw') from dual;--按星期一开始为一周

 

相关文章:

  • 2022-01-20
  • 2021-10-18
  • 2021-08-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
相关资源
相似解决方案