Grouping Functions
SQL Function |
Description |
---|---|
GROUP_ID() |
Returns an integer that uniquely identifies the combination of grouping keys. |
GROUPING(expression1 [, expression2]* ) | GROUPING_ID(expression1 [, expression2]* ) |
Returns a bit vector for the given grouping expression. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.