We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e3cec commit 6a982fcCopy full SHA for 6a982fc
doc/src/sgml/ref/select.sgml
@@ -85,9 +85,10 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ]
85
If the INTO TABLE clause is specified, the result of the
86
query will be stored in another table with the indicated
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.
+ The target table (<replaceable class="PARAMETER">new_table</replaceable>) will
+ be created automatically and should not exist before this command.
+ Refer to <command>SELECT INTO</command> for more information.
91
+
92
<note>
93
<para>
94
The <command>CREATE TABLE AS</command> statement will also
0 commit comments