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

Commit5ac3cd0

Browse files
author
Thomas G. Lockhart
committed
Include example of Postgres' extended query syntax which allow one to omit
the FROM clause. e.g. "SELECT table.*".
1 parent4060456 commit5ac3cd0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,27 @@ SELECT actors.name
494494
</para>
495495

496496
<refsect2 id="R2-SQL-SELECT-4">
497+
<refsect2info>
498+
<date>1998-09-24</date>
499+
</refsect2info>
500+
<title>
501+
<acronym>Extensions</acronym>
502+
</title>
503+
504+
<para>
505+
<productname>Postgres</productname> allows one to omit
506+
the <command>FROM</command> clause from a query. This feature
507+
was retained from the original PostQuel query language:
508+
<programlisting>
509+
SELECT distributors.* WHERE name = 'Westwood';
510+
511+
did|name
512+
---+----------------
513+
108|Westward
514+
</programlisting>
515+
</para>
516+
517+
<refsect2 id="R2-SQL-SELECT-5">
497518
<refsect2info>
498519
<date>1998-09-24</date>
499520
</refsect2info>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp