Hi All,
I want to see record count in group by condition of 2 columns in a DSO. Total no of records in the DSO is around 600 million.
Column 1 | Column 2 | 1ROWCOUNT |
---|---|---|
X | V1 | 120000 |
X | V2 | 250000 |
Y | V3 | 300000 |
Z | V2 | 400000 |
This is a sample output format. Column 1 and Column 2 are characteristics.
Thanks in advance
Snehasish