Snowflake Vs MS-SQL - Part 111 - Extract a Year from the DATE
Extract a Year from the DATE
Sometimes, we need to extract the year component from a given date.
MS-SQL Server
In Snowflake, we use EXTRACT as follows:
For more details, refer to the EXTRACT section.

Comments
Post a Comment