I have the following sql query:
SELECT * from data where key="test"
When I run it the phpmyadmin give me the following error
#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 'key="test" LIMIT 0, 30' at line 1
The type of the key column is varchar(150)