From 31176cd686f31dcb71392f6583f7b8d9cef63770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:19 +0200 Subject: Adding upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/queries-with.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/queries-with.html') diff --git a/doc/src/sgml/html/queries-with.html b/doc/src/sgml/html/queries-with.html index ce66a85..d0c2073 100644 --- a/doc/src/sgml/html/queries-with.html +++ b/doc/src/sgml/html/queries-with.html @@ -1,5 +1,5 @@ -7.8. WITH Queries (Common Table Expressions)

7.8. WITH Queries (Common Table Expressions) #

+7.8. WITH Queries (Common Table Expressions)

7.8. WITH Queries (Common Table Expressions) #

WITH provides a way to write auxiliary statements for use in a larger query. These statements, which are often referred to as Common Table Expressions or CTEs, can be thought of as defining @@ -561,4 +561,4 @@ SELECT * FROM t; At present, any table used as the target of a data-modifying statement in WITH must not have a conditional rule, nor an ALSO rule, nor an INSTEAD rule that expands to multiple statements. -

\ No newline at end of file +

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