Snowflake Vs MS-SQL - Part 105 - PIVOT - Custom alias to column name
PIVOT - Custom alias to column name
When we are performing a PIVOT operation, we must provide aliases for the generated columns.
MS-SQL Server
In Snowflake, we use PIVOT as follows:
For more details, refer to the PIVOT section.

Comments
Post a Comment