What's wrong with this query?
It's missing the
SELECT
statement
It's missing a semicolon
;
There's nothing wrong with the code
It's missing the
FROM
keyword
It's missing the
SELECT
statement.