mysql - Whats wrong with this SQL query? Syntax error -


this question has answer here:

and error im getting

you have error in sql syntax; check manual corresponds mysql server version right syntax use near 'key = (tick)testkey(tick)'

select * keys key = 'testkey'; 

i tried site isn't help. http://www.piliapp.com/mysql-syntax-check/ ticks , apostrophe.

this sql passes syntax check @ link provided:

select * `keys` `key` = 'testkey'; 

Comments

Popular posts from this blog

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -