File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,10 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ]
85
85
If the INTO TABLE clause is specified, the result of the
86
86
query will be stored in another table with the indicated
87
87
name.
88
- The <replaceable class="PARAMETER">new_table</replaceable> will
89
- be created automatically and should not exist before this command.
90
- Refer to <command>SELECT INTO</command> for more information.
88
+ The target table (<replaceable class="PARAMETER">new_table</replaceable>) will
89
+ be created automatically and should not exist before this command.
90
+ Refer to <command>SELECT INTO</command> for more information.
91
+
91
92
<note>
92
93
<para>
93
94
The <command>CREATE TABLE AS</command> statement will also
You can’t perform that action at this time.
0 commit comments