MySQL + REPLACE DATA IN FIELDS July 13, 2010 ~ admin Quick and dirty SQL: UPDATE TABLE SET FIELD = REPLACE(FIELD, ‘OLD’, ‘NEW’);