W3cubDocs

/SQLite

insert-stmt

WITH RECURSIVE common-table-expression , REPLACE INSERT OR ROLLBACK INTO ABORT FAIL IGNORE REPLACE schema-name . table-name AS alias ( column-name ) , VALUES ( expr ) , , upsert-clause select-stmt upsert-clause DEFAULT VALUES returning-clause

Used by: create-trigger-stmt sql-stmt
References: common-table-expression expr returning-clause select-stmt upsert-clause
See also: lang_createtrigger.html lang_insert.html

SQLite is in the Public Domain.
https://sqlite.org/syntax/insert-stmt.html