Snowflake Vs MS-SQL - Part 89 - Form the DATE from Parts DATE_FROM_PARTS


Form the DATE from Parts DATE_FROM_PARTS

If you want to form the date from Parts like Day, Month & Year.

MS-SQL Server 

We can achieve it as follows:



In Snowflakewe can use a similar approach as above; however, we can use DATE_FROM_PARTS as follows:




For more details, refer to the DATE_FROM_PARTS section.


Yogesh Shinde

LinkedInProfile

<<< Back Next >>> 

Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Part 63 - ON Clause & Cross Join

Snowflake Vs MS-SQL - Part 70 - UNION By Name

Snowflake Vs MS-SQL - Part 68 - Multi Table Insert