mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Add semicolon
This commit is contained in:
parent
b4982f9b6d
commit
113cf00edf
@ -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
|
||||
----------------
|
||||
|
Loading…
Reference in New Issue
Block a user