I'm new and still learning.
I have a table in jsonB format:
And I need to output be like:
Is there a easy way to do this. The jsonb has around 100 key. So it would be converted to 100 columns.
Is there a way to do this dynamically. I mean, if the number of columns or column name change, it´s not necessary to update the query.