Fw: Stripping whitespace from a select
"Jorge Bastos" <[email protected]> Tue, 3 Jul 2007 09:38:44 +0100
| Newsgroups | gmane.comp.db.mysql.windows |
|---|---|
| Message-ID | <[email protected]> |
you can trim() the field to remove the spaces in the beginning and end os value ----- Original Message ----- From: "Leigh Sharpe" <[email protected]> To: "win32" <[email protected]> Sent: Tuesday, July 03, 2007 3:45 AM Subject: Stripping whitespace from a select Hi All, I have a table which contains phone numbers. I want to extract these phone numbers in a common format, but they have not been entered the same way. Is there any easy way of removing whitespace and brackets in one go? The best I can come up with so far is this rather ugly one: SELECT REPLACE(REPLACE(REPLACE(REPLACE(phone_work,"(",""),")", "" ), " ", "" ),"-","") FROM contacts WHERE phone_work!=""; Which will remove all "(", ")", "-", and spaces. Suerly there's a better way? Regards, Leigh Leigh Sharpe Network Systems Engineer Pacific Wireless Ph +61 3 9584 8966 Mob 0408 009 502 Helpdesk 1300 300 616 email [email protected] web www.pacificwireless.com.au -- MySQL Windows Mailing List For list archives: http://lists.mysql.com/win32 To unsubscribe: http://lists.mysql.com/[email protected]