How do I remove special characters ALL AT ONCE from a WHOLE DATABASE in sql through phpMyAdmin? I imported a bunch of inventory items into an online invoicing system, and found out that select items with descriptions containing special characters such as (") would cause items not to save correctly.
How would I run a sql command on that table to remove the special characters from all rows in the database at once?