ORA-01810:格式代码出现两次

 

 

select min(to_date(aa.createdate, 'yyyy-MM-dd hh24:mi')) 最小时间,
       max(to_date(aa.createdate, 'yyyy-MM-dd hh24:mi')) 最大时间
  from (select *
          from t_windturbine_minutes t
         where t.windturbinecode = '10103'
           and t.indicode = '10290') aa

 

posted @ 2013-11-15 14:06  cxiaoluab  阅读(214)  评论(0编辑  收藏  举报