Relative Content

Tag Archive for sqlarraysjson

How to count values from a column with JSON content?

I have a table with singers and each singer can be linked to many musical styles.
Musical Styles are in a TEXT column, but the content of the column has JSON format.
I want to count the number of occurences of each musical style.