Red Squirrel
No Lifer
I'm trying this query:
And it keeps failing with this error:
I don't get it, what is wrong with the query? I tried with and without the single quotes.
The table structure is rather basic too. kid is an int, kdada is text and kuser is int. Am I going crazy here or does this query has a typo that I'm just missing?
Code:
SELECT kid, kdata FROM keys WHERE kuser='1'
And it keeps failing with this error:
Code:
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 'keys WHERE kuser=1' at line 1
I don't get it, what is wrong with the query? I tried with and without the single quotes.
The table structure is rather basic too. kid is an int, kdada is text and kuser is int. Am I going crazy here or does this query has a typo that I'm just missing?