Commit 113cf00e authored by Tatsuo Ishii's avatar Tatsuo Ishii

Add semicolon

parent b4982f9b
<!-- <!--
$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 ...@@ -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
---------------- ----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment