标签: mysql ruby-on-rails
我在数据库中有一个存储为字符串
"What are the symptoms of crohn\\'s disease?"
如何查找包含“\\'”
我尝试过Question.where('问题像'\\\\\'“)不起作用。
答案 0 :(得分:0)
它的工作需要13个反斜杠和一个撇号