I'm trying to extract values from Array in JSON object, get the most repeated values and order it.
My column tags
have next object:
{"en":["polytics","friendly"]}
For example: I have many rows with this data, the object "en" have an array with many values, and I'm trying to extract from all rows the array values and order it by most repeated.
How is the sql query? Any help? Thanks.