Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7d4854f

Browse files
committed
Correct obsolete example of FROM-less query.
1 parent aa665d9 commit 7d4854f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/select.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.41 2001/05/27 09:59:28 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.42 2001/05/30 04:32:30 tgl Exp $
33
Postgres documentation
44
-->
55

@@ -950,7 +950,7 @@ table to do the select from. A less obvious use is to abbreviate a
950950
normal select from one or more tables:
951951

952952
<programlisting>
953-
SELECT distributors.* WHERE name = 'Westward';
953+
SELECT distributors.* WHERE distributors.name = 'Westward';
954954

955955
did | name
956956
-----+----------

0 commit comments

Comments
 (0)