Fwd: help on postgres regexp - Mailing list pgsql-general

From Nicholas I
Subject Fwd: help on postgres regexp
Date
Msg-id t2le13d0d11005060752w80972639t919402d915b34204@mail.gmail.com
Whole thread Raw
Responses Re: Fwd: help on postgres regexp  (Thom Brown <thombrown@gmail.com>)
List pgsql-general


---------- Forwarded message ----------
From: Nicholas I <nicholas.domnic.i@gmail.com>
Date: Wed, May 5, 2010 at 8:35 AM
Subject: help
To: pgsql-sql@postgresql.org


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


pgsql-general by date:

Previous
From: "Jaume Calm"
Date:
Subject: I need to take metadata from a shell script.
Next
From: Nicholas I
Date:
Subject: Fwd: Need a help in regexp