We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50b367 commit 2fee81cCopy full SHA for 2fee81c
README.rst
@@ -510,7 +510,7 @@ Example of a correlated subquery in the `SELECT`
510
Unions
511
""""""
512
513
-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
514
provide a separate function for it. Unions require that queries have the same number of ``SELECT`` clauses so
515
trying to cast a unioned query to string will throw a ``SetOperationException`` if the column sizes are mismatched.
516
0 commit comments