Index: Doc/Extra/Core/lang_createtable.html ================================================================== --- Doc/Extra/Core/lang_createtable.html +++ Doc/Extra/Core/lang_createtable.html @@ -354,10 +354,12 @@

It is not an error to create a table that has the same name as an existing trigger.

Tables are removed using the DROP TABLE statement.

+ +

CREATE TABLE ... AS SELECT Statements

A "CREATE TABLE ... AS SELECT" statement creates and populates a database table based on the results of a SELECT statement. The table has the same Index: Doc/Extra/Core/pragma.html ================================================================== --- Doc/Extra/Core/pragma.html +++ Doc/Extra/Core/pragma.html @@ -223,10 +223,11 @@

  • automatic_index
  • busy_timeout
  • cache_size
  • cache_spill
  • case_sensitive_like +
  • cell_size_check
  • checkpoint_fullfsync
  • collation_list
  • compile_options
  • count_changes¹
  • data_store_directory¹ @@ -259,12 +260,12 @@
  • page_size
  • parser_trace²
  • query_only
  • quick_check
  • read_uncommitted -