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

ORA-01810:格式代码出现两次_第1张图片

 

ORA-01810:格式代码出现两次_第2张图片

 

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

 

你可能感兴趣的:(ora)