I have a table that looks like this:
There are about 10k rows and I am not sure exactly what keys are present throughout the dataset.
I want to write a query in postgresql to return a result that delivers all keys as columns like so:
Any help?
I have a table that looks like this:
There are about 10k rows and I am not sure exactly what keys are present throughout the dataset.
I want to write a query in postgresql to return a result that delivers all keys as columns like so:
Any help?