Turn a json column into a table

Поиск
Список
Период
Сортировка
От Shaozhong SHI
Тема Turn a json column into a table
Дата
Msg-id CA+i5JwaLk91tgZi66yQxLx6ceaGGLpS-Xrb_kFGAMBY_G4JGYA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Turn a json column into a table  (Ion Alberdi <ion.alberdi@pricemoov.com>)
Список pgsql-sql
There is a JSON column in a table.  It contains key value pairs, just like a dictionary.  

Keys are column names.  Values are values contained in a row.

It looks like that each JSON object needs to be expanded into row values in different columns.

What is the best way to turn this JSON column into a data table?

Regards,

David

В списке pgsql-sql по дате отправления:

Предыдущее
От: Steve Midgley
Дата:
Сообщение: Re: How best to work around the issue - regex string cannot contain brackets
Следующее
От: Ion Alberdi
Дата:
Сообщение: Re: Turn a json column into a table