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