John Newby
2006-07-26 11:49:31 UTC
Hi, I've took the following quote from the SQLite website stating that
"Tables names that begin with "*sqlite_*" are reserved for use by the
engine" and if you try to create a table beginning with this it lets you
know about it, but what about tables called "TABLE", this throws back an
error stating "SQL Error: near 'Table': Syntax error"
Does anyone know any reason why SQLite doesnt like tables called "Table" or
is this a standard SQL thing?
Many thanks
John
"Tables names that begin with "*sqlite_*" are reserved for use by the
engine" and if you try to create a table beginning with this it lets you
know about it, but what about tables called "TABLE", this throws back an
error stating "SQL Error: near 'Table': Syntax error"
Does anyone know any reason why SQLite doesnt like tables called "Table" or
is this a standard SQL thing?
Many thanks
John