Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6a982fc

Browse files
author
Thomas G. Lockhart
committed
Minor wording change.
1 parent95e3cec commit6a982fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/ref/select.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ]
8585
If the INTO TABLE clause is specified, the result of the
8686
query will be stored in another table with the indicated
8787
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+
9192
<note>
9293
<para>
9394
The <command>CREATE TABLE AS</command> statement will also

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp