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

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -