1 23:33:142013-03-09

select count(1) from eurusd t ;

delete from eurusd t where to_date(t.dates,'yyyy.MM.dd')>to_date('2011.12.31','yyyy.MM.

select t.dates,to_date(t.dates,'yyyy.MM.dd') from eurusd t ;

select count(1) from eurusd t where to_date(t.dates,'yyyy.MM.dd')>to_date('2011.12.31','yyyy.MM.dd');

 

 

相关文章:

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