|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: REGEXP help Finding phone numbers (nnn) nnn-nnnn format
wim.delvaux
adaptiveplanet.com
Date: Wed Dec 03 2008 - 08:46:39 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wednesday 03 December 2008 08:39:54 Paul Nowosielski wrote:
> Hi,
>
> Please, can anyone lend a hand in helping pullout
> phone numbers from the DB that only match
> the format (nnn) nnn-nnnn ?
"("[0-9]{3}") "[0-9]{3}-[0-9]{4}
I think
HTH
W
> SELECT phone_work FROM leads WHERE phone_work REGEXP 'the_expression?'
>
> I've been trying to lick this for hours now with
> no avail.
>
> Thank you,
>
> Paul
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]