From aa702df78f629c6dcf619cb70232fbfe22ffd489 Mon Sep 17 00:00:00 2001 From: Umer Zia Date: Tue, 6 Feb 2024 18:56:09 +0100 Subject: [PATCH] Improve formatting of data_select.rst (#10931) (cherry picked from commit 3a4e9063e47e660c2d49ba6e62d7f647a1b6e76a) --- doc/build/tutorial/data_select.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/tutorial/data_select.rst b/doc/build/tutorial/data_select.rst index c3732d5aa3..42b484de8e 100644 --- a/doc/build/tutorial/data_select.rst +++ b/doc/build/tutorial/data_select.rst @@ -1124,7 +1124,7 @@ When using :meth:`_expression.Select.lateral`, the behavior of UNION, UNION ALL and other set operations ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -In SQL,SELECT statements can be merged together using the UNION or UNION ALL +In SQL, SELECT statements can be merged together using the UNION or UNION ALL SQL operation, which produces the set of all rows produced by one or more statements together. Other set operations such as INTERSECT [ALL] and EXCEPT [ALL] are also possible. -- 2.47.2