Skip to content
Snippets Groups Projects
Commit 113cf00e authored by Tatsuo Ishii's avatar Tatsuo Ishii
Browse files

Add semicolon

parent b4982f9b
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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
---------------- ----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment