OSDN Git Service

Add semicolon
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 14 Sep 2001 10:28:09 +0000 (10:28 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 14 Sep 2001 10:28:09 +0000 (10:28 +0000)
doc/src/sgml/ref/select.sgml

index fbfeb23..2e1e552 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$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 $
 Postgres documentation
 -->
 
@@ -903,7 +903,7 @@ SELECT distributors.name
 UNION
 SELECT actors.name
     FROM   actors
-    WHERE  actors.name LIKE 'W%'
+    WHERE  actors.name LIKE 'W%';
 
       name
 ----------------