*** DRAFT ***

create-table-stmt

CREATE TEMP TEMPORARY TABLE IF NOT EXISTS schema-name . table-name ( column-def table-constraint , ) table-options , AS select-stmt

Used by:   sql-stmt

References:   column-def   select-stmt   table-constraint   table-options

See also:   lang_createtable.html

*** DRAFT ***