We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentbb885dd commit0b4fab4Copy full SHA for 0b4fab4
doc/src/sgml/ref/select.sgml
@@ -85,8 +85,8 @@ 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
-If<replaceable class="PARAMETER">new_table</replaceable>does
89
-not exist, it willbe created automatically.
+ The<replaceable class="PARAMETER">new_table</replaceable>will
+be created automatically and should not exist before this command.
90
Refer to <command>SELECT INTO</command> for more information.
91
<note>
92
<para>