Re: spring a string to rows (Postgresql 8.4) - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: spring a string to rows (Postgresql 8.4)
Date
Msg-id 50EB2791.1010309@iol.ie
Whole thread Raw
In response to spring a string to rows (Postgresql 8.4)  (Emi Lu <emilu@encs.concordia.ca>)
List 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 by date:

Previous
From: Emi Lu
Date:
Subject: spring a string to rows (Postgresql 8.4)
Next
From: Thomas Kellerer
Date:
Subject: Re: spring a string to rows (Postgresql 8.4)