Snowflake Vs MS-SQL - Part 37 - GROUP_BY_ALL
MS-SQL Server
You can achieve this by using the Group By clause.
In Snowflake we can use the same Group By clause; however, we can skip the list of tables. This will be helpful if you have fewer columns in Group By clause.

Comments
Post a Comment