select year(now()) as 'current year';
select date_format(now(),'%Y') as 'current year';
Login to post response