select to_date('20'||t.mytime,'yyyymmdd') as mytime from (
select '221125' as mytime from dual
) t
这是什么数据库?需转换字段是什么数据类型?
年份应该是4位数吧 你substr()少了两位?