From: Umer Zia Date: Tue, 6 Feb 2024 17:56:09 +0000 (+0100) Subject: Improve formatting of data_select.rst (#10931) X-Git-Tag: rel_2_0_26~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa702df78f629c6dcf619cb70232fbfe22ffd489;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Improve formatting of data_select.rst (#10931) (cherry picked from commit 3a4e9063e47e660c2d49ba6e62d7f647a1b6e76a) --- 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.