update table01
   set F_DATE = to_char(to_date(F_DATE,
                                 'dd-month-yy',
                                 'NLS_DATE_LANGUAGE=AMERICAN'),
                                 'yyyy-mm-dd hh24:mi:ss');

 

相关文章:

  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
猜你喜欢
  • 2023-03-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-02-03
相关资源
相似解决方案