forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
1.7 KiB
1.7 KiB
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. |
Parent topic: Built-In Functions