1.时间格式
to_char(AAE030, 'yyyy') >= (select to_char(sysdate, 'yyyy' ) from dual)
to_char(AAE030, 'yyyy') 将查询出的时间格式变成yyyy格式
select to_char(sysdate, 'yyyy' ) from dual 获得当前时间的格式
1.时间格式
to_char(AAE030, 'yyyy') >= (select to_char(sysdate, 'yyyy' ) from dual)
to_char(AAE030, 'yyyy') 将查询出的时间格式变成yyyy格式
select to_char(sysdate, 'yyyy' ) from dual 获得当前时间的格式