oracle mk sql
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');