5mins of Postgres E13: New SQL/JSON and JSON_TABLE features in Postgres 15

5mins of Postgres E13: New SQL/JSON and JSON_TABLE features in Postgres 15

pganalyze

2 года назад

1,188 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@gunabalanguna2100
@gunabalanguna2100 - 07.10.2022 14:23

SELECT ROW_NUMBER,JT.CODE FROM table_name,
LATERAL JSON_TABLE(con_opt, '$[*]'
COLUMNS(ROW_NUMBER FOR ORDINALITY,
CODE text,
NESTED PATH '$.List[*]')
) AS jt not working. please review and let me the mistake

Ответить
@andynelson2340
@andynelson2340 - 24.05.2022 23:45

When will the put postgres 15 an official docker image?

Ответить