List of SQLite Syntax Diagrams
(syntax.html)
... stmt
conflict-clause
create-index-stmt
create-table-stmt
create-trigger-stmt
create-view-stmt
create-virtual-table-stmt
cte-table-name
delete-stmt
delete-stmt-limited
detach-stmt
drop-index-stmt
drop-table-stmt
drop-trigger-stmt
drop-view ...
|
The WITH Clause
(lang_with.html)
... That
ordinary CTE is a view that can be used to find all parents of any
individual. That ordinary CTE is then used in the "ancestor_of_alice"
recursive CTE. The recursive CTE is then used in the final query:
WITH RECURSIVE ...
|
Syntax Diagrams For SQLite
(syntaxdiagrams.html)
... Used by: sql-stmt
See also: lang_createvtab.html
cte-table-name:
Used by: recursive-cte with-clause
See also: lang_with.html lang_with.html#recursivecte
delete-stmt:
Used by ...
|
The SQLite Query Optimizer Overview
(optoverview.html)
11. Subquery Flattening
... The subquery may not be a recursive CTE.
If the outer query is a recursive CTE, then the sub-query
may not be a compound query.
(Obsolete)
Neither the subquery nor the outer query may contain
a window function in ...
|
Page generated by FTS5 in about 8.68 ms.