array to rows of it's elements?

Поиск
Список
Период
Сортировка
От Celia McInnis
Тема array to rows of it's elements?
Дата
Msg-id 20050706142817.M73402@drmath.ca
обсуждение исходный текст
Ответы Re: array to rows of it's elements?
Список pgsql-novice
Is there a function which will return the elements of an array as rows of
entries? What I'd like in the 1 dimensional array case is something like:

   select array-to-rows(ARRAY[1,2,3]);

giving

   1
   2
   3
(3 rows)

Thanks,
Celia McInnis

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