Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 113cf00

Browse files
committed
Add semicolon
1 parent b4982f9 commit 113cf00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/select.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.45 2001/09/13 15:55:24 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.46 2001/09/14 10:28:09 ishii Exp $
33
Postgres documentation
44
-->
55

@@ -903,7 +903,7 @@ SELECT distributors.name
903903
UNION
904904
SELECT actors.name
905905
FROM actors
906-
WHERE actors.name LIKE 'W%'
906+
WHERE actors.name LIKE 'W%';
907907

908908
name
909909
----------------

0 commit comments

Comments
 (0)