Hi team,
Does anyone explain the use of "Add a data grouping clause" in query activity? share any use case for this concept.
@_Manoj_Kumar_ @ParthaSarathy @Craig_Thonis @DavidKangni @Marcel_Szimonisz @david--garcia @Denis_Bozonnet @isahore @AnanthanJa @AkshayAnand
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Kumar,
The Add a grouping clause means that you are adding a Group By to the generated SQL statement. To understand how a Group By works, check out the documentation below:
https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-group-by/
To put it simply, as the name suggests, the function allows results to be grouped by certain criteria such as grouping recipients by country.
Views
Replies
Total Likes
Hi Kumar,
The Add a grouping clause means that you are adding a Group By to the generated SQL statement. To understand how a Group By works, check out the documentation below:
https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-group-by/
To put it simply, as the name suggests, the function allows results to be grouped by certain criteria such as grouping recipients by country.
Views
Replies
Total Likes
Hi @Craig_Thonis ,
Thanks for your response. For my better understanding please provide any use case / Hands-on it's very helpful to understanding.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies