I want to find data with double quotes. I have the next simple query:
SELECT * FROM table_name WHERE column_name LIKE "%\"%";
But I have syntax error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"%\"%' at line 1
What should I do to find this data with double quotes(")?