Snowflake Vs MS-SQL - Part 78 - Duplicate Rows Identification - Group By ALL
Duplicate Rows Identification – Group By ALL
MS-SQL Server
We can achieve the above-expected result by any one of the approaches below:
In Snowflake, we can use all the above queries; however, we can use GROUP BY ALL as below. This is more beneficial when the table has so many columns; you don't need to mention all columns in the GROUP BY clause.
Yogesh Shinde
Comments
Post a Comment