This is in continuation to an earlier question I had posted Here is the link Oracle sql to count instances of different values in single column
In further continuation to the pivot query, I am trying to do something like
for col in ( Count_status20 as col20, Count_status30 or Count_status40 as col30, Count_status50 as col50) The input remaning the same as earlier question.
Basically here I am trying to sum statuses in 30 or 40 as one column.