Returns a four digit number corresponding to the year of the given date/time.
YEAR ( datetime-expression )
datetime-expression A date and time.
The following statement returns the value 1998:
SELECT YEAR( '1998-07-13 06:07:12' ) FROM iq_dummy
The YEAR function is the same as the first syntax of the YEARS function.