Hi,
I want to replace every occurence of a string with another.
The following query works fine (appears to anyway)

update tbl_websitepages set page_content=replace 
(page_content,'develop','bucket');

But is there any way to get any Regexp into the substitution?



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to