From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:03 +0200 Subject: Adding upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-select.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/html/sql-select.html') diff --git a/doc/src/sgml/html/sql-select.html b/doc/src/sgml/html/sql-select.html index 2cb7d85..9f17ba4 100644 --- a/doc/src/sgml/html/sql-select.html +++ b/doc/src/sgml/html/sql-select.html @@ -1,5 +1,5 @@ -SELECT

SELECT

SELECT, TABLE, WITH — retrieve rows from a table or view

Synopsis

+SELECT

SELECT

SELECT, TABLE, WITH — retrieve rows from a table or view

Synopsis

 [ WITH [ RECURSIVE ] with_query [, ...] ]
 SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]
     [ * | expression [ [ AS ] output_name ] [, ...] ]
@@ -1421,8 +1421,7 @@ WITH t AS (
   )
 SELECT * FROM t
 UNION ALL
-SELECT * FROM t
-
+SELECT * FROM t;
          x
 --------------------
   0.534150459803641
@@ -1603,4 +1602,4 @@ SELECT 2+2;
     The MATERIALIZED and NOT
     MATERIALIZED options of WITH are extensions
     of the SQL standard.
-   

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3