skip to Main Content

Getting all the information out of a JSON in PostgreSQL

I have a JSON that looks like this: "[{""email"": ""AAA"", ""updated_at"": ""AAA"", ""net_income_verified"": AAA}, {""email"": ""BBB"", ""updated_at"": ""BBB"", ""net_income_verified"": BBB}, {""email"": ""CCC"", ""updated_at"": ""CCC"", ""net_income_verified"": CCC}]" And I would like to get all the data from all the fields so…

VIEW QUESTION
Back To Top
Search