Proposed SQLite Procedural LanguageSTATEMENTThe execution part of a block is built up from statements. Statements can be procedural statements, such as assignments, branches and loops, or sql statements that operate on the database, such as insert and delete. SYNTAX
DISCUSSION Statements are terminated, not separated by a semi-colon. In this sense, SQLite/PL is like C or Java, and not like Pascal or PL/SQL. The various statements are discussed in more detail on individual pages:
Version August 2008 |