Takes a timestamp value as a parameter and returns the year specified by that timestamp.
YEAR( datetime-expression )
datetime-expression A date, time, or timestamp.
The value is returned as a short value.
SQL/2003 Vendor extension.
The following example returns the value 2001.
SELECT YEAR( '2001-09-12' );