W3cubDocs
/
SQLite
W3cubTools
Cheatsheets
About
create-virtual-table-stmt
CREATE
VIRTUAL
TABLE
IF
NOT
EXISTS
schema-name
.
table-name
USING
module-name
(
module-argument
)
,
Used by:
sql-stmt
See also:
lang_createvtab.html
SQLite is in the Public Domain.
https://sqlite.org/syntax/create-virtual-table-stmt.html