Skip to content

Commit

Permalink
MD typo in Unions section (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenDGPS authored Nov 18, 2024
1 parent a50b367 commit 2fee81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2fee81c

Please sign in to comment.