Re: help - Mailing list pgsql-sql

From Filip Rembiałkowski
Subject Re: help
Date
Msg-id s2u92869e661005070824l8f2d7139ibe75f79b02ecedd2@mail.gmail.com
Whole thread Raw
In response to help  (Nicholas I <nicholas.domnic.i@gmail.com>)
List pgsql-sql
select substring( data from '\((.*)\)' ) from table;


2010/5/5 Nicholas I <nicholas.domnic.i@gmail.com>:
> Hi,
>
> I have a table in which the data's are entered like,
>
> Example:
>
> One (1)
> Two (2)
> Three (3)
>
> I want to extract the data which is only within the parentheses.
>
> that is
> 1
> 2
> 3
>
>
> Thank You
> Nicholas I
>
>



--
Filip Rembiałkowski
JID,mailto:filip.rembialkowski@gmail.com
http://filip.rembialkowski.net/


pgsql-sql by date:

Previous
From: Nicholas I
Date:
Subject: help
Next
From: Richard Broersma
Date:
Subject: Celko take on EAV