Hello,
I want to display count of records whose null count is greater than 1 group by customer.
e.g.
coulumn1 column2
null 1
null 1
123 1
345 1
I want to find such records whose null count for coulumn1 is greater than 1 group by column2.
Please advice on above query.
Regards
Shirish phadnis