Search notes:

SQLite: SQL statements

select statements
SQLite does not have a merge keyword, instead, it comes with an upsert clause which is an addition to the insert statement.
update
analyze
explain a query
with
expressions

See also

group by

Index