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 aa665d9 commit 7d4854fCopy full SHA for 7d4854f
doc/src/sgml/ref/select.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.41 2001/05/27 09:59:28 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.42 2001/05/30 04:32:30 tgl Exp $
3
Postgres documentation
4
-->
5
@@ -950,7 +950,7 @@ table to do the select from. A less obvious use is to abbreviate a
950
normal select from one or more tables:
951
952
<programlisting>
953
-SELECT distributors.* WHERE name = 'Westward';
+SELECT distributors.* WHERE distributors.name = 'Westward';
954
955
did | name
956
-----+----------
0 commit comments