From 2fee81cfa51905f21afeeb3036717345387a85dd Mon Sep 17 00:00:00 2001 From: OpenDGPS Date: Mon, 18 Nov 2024 18:01:49 +0100 Subject: [PATCH] MD typo in Unions section (#804) --- 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.