Pages

Men

rh

7/03/2012

GROUPING_ID Function in SQL SERVER 2008

GROUPING_ID Function in SQL SERVER 2008:-


This Is a function that computes the level of grouping. GROUPING_ID can be used only in the SELECT <select> list, HAVING, or ORDER BY clauses when GROUP BY is specified.


Remarks:-

  • The GROUPING_ID <column_expression> must exactly match the expression in the GROUP BY list. For example, if you are grouping by DATEPART (yyyy, <column name>), use GROUPING_ID (DATEPART (yyyy, <column name>)); or if you are grouping by <column name>, use GROUPING_ID (<column name>).



Example :-



No comments :

Post a Comment