# [EMAIL PROTECTED] / 2003-03-13 11:51:52 -0700:
> This is not proper syntax, but I would think it is close...
> select replace(contact_phone, REGEXP "^[1234567890]",'') from 
> individual;

    I don't use REs in MySQL, but inverse classes are written [^spec],
    not ^[spec].

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to