On 5/24/2016 1:34 PM, Scott Doctor wrote:
SELECT field FROM table FOR UPDATE;My question is, looking through the sqlite documentation, it is not clear how sqlite will handle that statement.
SQLite will report a syntax error. That's pretty easy to confirm experimentally.
-- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

