Skip to content

Commit 2fee81c

Browse files
authored
MD typo in Unions section (#804)
1 parent a50b367 commit 2fee81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Example of a correlated subquery in the `SELECT`
510510
Unions
511511
""""""
512512

513-
Both ``UNION`` and ``UNION ALL`` are supported. ``UNION DISTINCT`` is synonymous with "UNION`` so |Brand| does not
513+
Both ``UNION`` and ``UNION ALL`` are supported. ``UNION DISTINCT`` is synonymous with ``UNION`` so |Brand| does not
514514
provide a separate function for it. Unions require that queries have the same number of ``SELECT`` clauses so
515515
trying to cast a unioned query to string will throw a ``SetOperationException`` if the column sizes are mismatched.
516516

0 commit comments

Comments
 (0)