select to_date(to_char(sysdate, 'yyyy-MM-dd hh24') || ':' ||
               floor(to_number(to_char(sysdate, 'mi')) / 15) * 15,
               'yyyy-MM-dd hh24:mi') TTIME
  from dual

相关文章:

  • 2021-12-18
  • 2021-12-18
  • 2021-12-18
  • 2021-11-04
  • 2021-07-17
  • 2022-02-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-05-08
  • 2021-09-05
相关资源
相似解决方案