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 b4982f9 commit 113cf00Copy full SHA for 113cf00
doc/src/sgml/ref/select.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.45 2001/09/13 15:55:24 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.46 2001/09/14 10:28:09 ishii Exp $
3
Postgres documentation
4
-->
5
@@ -903,7 +903,7 @@ SELECT distributors.name
903
UNION
904
SELECT actors.name
905
FROM actors
906
- WHERE actors.name LIKE 'W%'
+ WHERE actors.name LIKE 'W%';
907
908
name
909
----------------
0 commit comments