Fwd: help on postgres regexp

From: Nicholas I <nicholas(dot)domnic(dot)i(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Fwd: help on postgres regexp
Date: 2010-05-06 14:52:36
Message-ID: t2le13d0d11005060752w80972639t919402d915b34204@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

---------- Forwarded message ----------
From: Nicholas I <nicholas(dot)domnic(dot)i(at)gmail(dot)com>
Date: Wed, May 5, 2010 at 8:35 AM
Subject: help
To: pgsql-sql(at)postgresql(dot)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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nicholas I 2010-05-06 14:53:01 Fwd: Need a help in regexp
Previous Message Nicholas I 2010-05-06 14:48:26 Need a help in regexp