📄 create_table_as.hlp
字号:
.pgaw:Help.f.t insert end "CREATE TABLE AS" {bold} " CREATE TABLE AS enables a table to be created from the contents of an existing table. It has functionality equivalent to SELECT TABLE INTO, but with perhaps a more obvious syntax. " {} "Synopsis" {bold} "" {} "CREATE TABLE table \[ (column \[, ...\] ) \] AS select_clause" {code} "Inputs" {bold} "" {} "table" {italic} " The name of a new table to be created. " {} "column" {italic} " The name of a column. Multiple column names can be specified using a comma-delimited list of column names. " {} "select_clause" {italic} " A valid query statement. Refer to SELECT for a description of the allowed syntax. " {} "Outputs" {bold} "Refer to CREATE TABLE and SELECT for a summary of possible output messages. "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -