arrays

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема arrays
Дата
Msg-id 199809222340.RAA15385@trillium.nmsu.edu
обсуждение исходный текст
Список pgsql-sql
Is it possible to add an element (or more than one element) to an
array in an UPDATE?

For example, suppose I have a field like

    a   int[]

and it contains the following

    { 1, 2, 3 }

Can I UPDATE this by adding 4 to the end so that it is now

    { 1, 2, 3, 4 }

Cheers,
Brook

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

Предыдущее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [SQL] To create the query for a select where one is NOT in th e other
Следующее
От: "Lotto"
Дата:
Сообщение: subscribe