August 2010
Intermediate to advanced
526 pages
23h 39m
English
SQLITE_ENABLE_UPDATE_DELETE_LIMIT — Enable extended SQL syntax
Enables an extended syntax for the
UPDATE and DELETE commands that allows the
inclusion of ORDER BY and
LIMIT clauses. Because
support for directives requires altering the SQL parser, this
directive can only be used when building from a full development
tree. It will not work if building from an amalgamation or a
source distribution.
Read now
Unlock full access