Group by- Max values+equal values
Hi Experts,
I am looking for a query where i can group the data accordingly and exclude the rows which i don't need.please help to arrive this.
i have the data like this in my table
Cust_id type count
10 abc 19
10 abcde 19
10 abcde 8
20 e 8
20 u 4
30 f 30
I need the out put like this
Cust_id type count
10 abc 19
10 abcde 19
20 e 8
30 f 30
Thanks
Bharat