Skip to content
Snippets Groups Projects
Commit 6a982fc6 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Minor wording change.

parent 95e3cec6
No related branches found
No related tags found
No related merge requests found
...@@ -85,9 +85,10 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ] ...@@ -85,9 +85,10 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ]
If the INTO TABLE clause is specified, the result of the If the INTO TABLE clause is specified, the result of the
query will be stored in another table with the indicated query will be stored in another table with the indicated
name. name.
The <replaceable class="PARAMETER">new_table</replaceable> will The target table (<replaceable class="PARAMETER">new_table</replaceable>) will
be created automatically and should not exist before this command. be created automatically and should not exist before this command.
Refer to <command>SELECT INTO</command> for more information. Refer to <command>SELECT INTO</command> for more information.
<note> <note>
<para> <para>
The <command>CREATE TABLE AS</command> statement will also The <command>CREATE TABLE AS</command> statement will also
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment