Re: spring a string to rows (Postgresql 8.4)

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: spring a string to rows (Postgresql 8.4)
Дата
Msg-id 50EB2791.1010309@iol.ie
обсуждение исходный текст
Ответ на spring a string to rows (Postgresql 8.4)  (Emi Lu <emilu@encs.concordia.ca>)
Список pgsql-general
On 07/01/2013 19:44, Emi Lu wrote:
> Hello,
>
> Is there a function to split a string to different rows?
>
> For example, t1(id, col1)
> values(1, 'a, b, c');

regexp_split_to_table() should do it:

  http://www.postgresql.org/docs/8.4/static/functions-string.html

HTH

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


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

Предыдущее
От: Emi Lu
Дата:
Сообщение: spring a string to rows (Postgresql 8.4)
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: spring a string to rows (Postgresql 8.4)