直接上例子 ①、数据: ②、如果直接查询数据: (报错) select * from test1 where name = 'a'a' ③、转义后: ④、使用 双引号包括查询值 ⑤、这样无数据: 这样有数据: 来源:CSDN作者:好好敲代码的三好青年链接:https://blog.csdn.net/qq_44927883/article/details/103870474 标签 引号