update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]'); |