I’m not exactly sure what happened because I migrated from One server to another of the same spec and SQL…
Still in comments and titles the new database shows the characters ' instead of '
and I was wondering if I could ask for help in either replacing ' with '
or if it was simpler just deleting '
Thanks so much…
Steff
You could use MySQL’s
REPLACEmethod (look here):UPDATE
Changed the statement to reflect the OP’s naming:
Good luck.