【发布时间】:2011-12-26 07:11:43
【问题描述】:
我想查找带双引号的数据。我有下一个简单的查询:
SELECT * FROM table_name WHERE column_name LIKE "%\"%";
但我有语法错误:
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
我应该怎么做才能找到这个带有双引号(“)的数据?
【问题讨论】:
标签: mysql