SyntaxFix
Write A Post
Hire A Developer
Questions
In the case of sentences with uppercase - lowercase letters, We can use BINARY REPACE
UPDATE `table_1` SET `field_1` = BINARY REPLACE(`field_1`, 'find_string', 'replace_string')