Sorry, I'm new to SQL and MySQL. I can't seem to get this to work.
The table name is: quote
The column name is: quote_display
I've tried running several different versions:
REPLACE (`quote_display`, '- ', '-');
REPLACE ('quote_display', '- ', '-');
REPLACE ("quote_display", '- ', '-')...