Hi All
Can multiple group by clause be used in single query. The requirement is to have a group by on three combinations . I have a table with composite keys
Say A,B,C ,
The group by's have to done on
1] A,B
2] A,C
3] A
Can it be done using single query, or three different queries have to be done for three combinations.
Please advice