SQLite Forum

'values' with no args : has to be syntax error?
Login
Think of it as the equivalent of

<code>    SELECT FROM MyTable;</code>

It's not allowed in the SQL spec, which insists that at least one value must be returned.  So I can see the argument for the same thing when supplying values for insertion.