From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-values.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-values.html') diff --git a/doc/src/sgml/html/sql-values.html b/doc/src/sgml/html/sql-values.html index 33ef960..7fb6547 100644 --- a/doc/src/sgml/html/sql-values.html +++ b/doc/src/sgml/html/sql-values.html @@ -1,5 +1,5 @@ -VALUES

VALUES

VALUES — compute a set of rows

Synopsis

+VALUES

VALUES

VALUES — compute a set of rows

Synopsis

 VALUES ( expression [, ...] ) [, ...]
     [ ORDER BY sort_expression [ ASC | DESC | USING operator ] [, ...] ]
     [ LIMIT { count | ALL } ]
@@ -135,4 +135,4 @@ WHERE ip_address IN (VALUES('192.168.0.1'::inet), ('192.168.0.10'), ('192.168.1.
    LIMIT and OFFSET are
    PostgreSQL extensions; see also
    under SELECT.
-  

See Also

INSERT, SELECT
\ No newline at end of file +

See Also

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