MySQL Search and Replace
This is definitely useful…
UPDATE `<table_name>` SET `<field_name>` = replace( <field_name>, ‘<string_search>’, ‘<string_replace>’ ) ;
Cheers!!
Go to http://www.dnsyard.com for some free DNS tools.
This is definitely useful…
UPDATE `<table_name>` SET `<field_name>` = replace( <field_name>, ‘<string_search>’, ‘<string_replace>’ ) ;
Cheers!!