In this post explains how to use the YEAR function in SQL Server (Transact-SQL) with syntax and examples.
In SQL Server (Transact-SQL), the YEAR function returns a four-digit year (as a number) given a date value.
The syntax for the YEAR function in SQL Server (Transact-SQL) is:
The date from which to extract the four-digit year.
The YEAR function can be used in the following versions of SQL Server (Transact-SQL):
Let's look at some SQL Server YEAR function examples and explore how to use the YEAR function in SQL Server (Transact-SQL).
For example: