Re: append jsonb array to another jsonb array

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: append jsonb array to another jsonb array
Дата
Msg-id CAKFQuwbGu7cto8p5my05HKjFiPf65m8rKjSF-Vi3sgBndZYJ3A@mail.gmail.com
обсуждение исходный текст
Ответ на append jsonb array to another jsonb array  (Joao Miguel Ferreira <joao.miguel.c.ferreira@gmail.com>)
Список pgsql-general


On Wednesday, February 17, 2021, Joao Miguel Ferreira <joao.miguel.c.ferreira@gmail.com> wrote:
We are using Pg 11.

Example:
a = [ x, y ]
b = [ z , w ]
result would be [ x, y, z, w ]

What would you consider to be a suitable approach ?

That’s called concatenation.


David J.

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

Предыдущее
От: Joao Miguel Ferreira
Дата:
Сообщение: append jsonb array to another jsonb array
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: append jsonb array to another jsonb array