1 SELECT  to_timestamp('2020-02-27 12:12:12','yyyy-MM-dd hh24:mi:ss') ;
2 SELECT  to_date('2020-02-27 12:12:12','yyyy-MM-dd hh24:mi:ss') ;

to_timestamp返回结果:2020-02-27 12:12:12

to_date返回结果:2020-02-27

相关文章:

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