60
A quick MySQL question for maybe Trabis, because it's Publisher
I have a lot of garbled characters in my database that I need to fix, and it's always the same characters
For example it’s should be it's
I want to do a SQL command to replace these with the proper characters
REPLACE(text_string, from_string, to_string)
from_string would be ’
to_string would be '
But what should I use as the text_string ???