Tag Archives: mysql

Replace String

For Mysql – use this string to replace keywords from in the table UPDATE table_name SET column_name = REPLACE(column_name,“original_string”,“replace_string”)

© 2011 eGurv.com - Gurvinder Singh - Web Developer