select TO_CHAR(sysdate,'MM') || '' || case when to_char(trunc(sysdate, 'month'), 'D')<=6  
          then 7-to_char(trunc(sysdate,'month'),'D') 
          else 7
       end || '号是当月的第一个星期五'
from dual;

 

相关文章:

  • 2021-11-15
  • 2022-12-23
  • 2021-12-17
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案