Question : year value

how can you get the current year only from dual, from sysdate value

thanks

Answer : year value

to_char(sysdate,'yyyy')
or
to_number( to_char(sysdate,'yyyy'))
Random Solutions  
 
programming4us programming4us