8000
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 bb885dd commit 0b4fab4Copy 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 will be 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>
0 commit comments