Skip to content
Advertisement

SQL count show group by show in column instead of rows

I have a table like this enter image description here

Now my output would like to be

How can I achieve that.

Advertisement

Answer

You could use condition aggregation

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement