From 91f58a51b795cc9ef1c5c82238d3ce4507884fbb Mon Sep 17 00:00:00 2001 From: Yusuke Hayashi Date: Fri, 3 May 2024 16:21:20 +0900 Subject: [PATCH] fix: README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 31bb94ff..67946435 100644 --- a/README.rst +++ b/README.rst @@ -510,7 +510,7 @@ Example of a correlated subquery in the `SELECT` Unions """""" -Both ``UNION`` and ``UNION ALL`` are supported. ``UNION DISTINCT`` is synonymous with "UNION`` so |Brand| does not +Both ``UNION`` and ``UNION ALL`` are supported. ``UNION DISTINCT`` is synonymous with ``UNION`` so |Brand| does not provide a separate function for it. Unions require that queries have the same number of ``SELECT`` clauses so trying to cast a unioned query to string will throw a ``SetOperationException`` if the column sizes are mismatched.