Add semicolon

This commit is contained in:
Tatsuo Ishii 2001-09-14 10:28:09 +00:00
parent b4982f9b6d
commit 113cf00edf

View 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 Postgres documentation
--> -->
@ -903,7 +903,7 @@ SELECT distributors.name
UNION UNION
SELECT actors.name SELECT actors.name
FROM actors FROM actors
WHERE actors.name LIKE 'W%' WHERE actors.name LIKE 'W%';
name name
---------------- ----------------