提交 113cf00e 编写于 作者: T Tatsuo Ishii

Add semicolon

上级 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
-->
......@@ -903,7 +903,7 @@ SELECT distributors.name
UNION
SELECT actors.name
FROM actors
WHERE actors.name LIKE 'W%'
WHERE actors.name LIKE 'W%';
name
----------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册