Useful SQL

Ricky Moorhouse October 15, 2009
Source

update [table_name] set [field_name] = replace([field_name], '[string_to_find]', '[string_to_replace]');

Replace within a field

Discussion in the ATmosphere

Loading comments...