だから私はこのような基本的なクエリを試しています:
SELECT `City`.* FROM `city` WHERE (City 'LIKE %a%')
しかし、私はこのエラーを返します:
#1064 - 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 ''LIKE %a%') LIMIT 0, 30' at line 1
私は何かを見逃していると思います!