Instance Method
union(all:)
Add a query to the union in
UNION ALL mode (all results from both queries are returned, with duplicates preserved).func union(all query: SQLSelect) -> Self