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 90bdb64 commit 57c499aCopy full SHA for 57c499a
doc/src/sgml/ref/select.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.33 2000/10/05 19:48:18 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.34 2000/12/08 20:11:11 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -760,7 +760,7 @@ SELECT actors.name
760
the <command>FROM</command> clause from a query. This feature
761
was retained from the original PostQuel query language:
762
<programlisting>
763
-SELECT distributors.* WHERE name = 'Westwood';
+SELECT distributors.* WHERE name = 'Westward';
764
765
did | name
766
-----+----------
0 commit comments