Instance Property
unions
Zero or more additional queries whose results are to be combined with that of the initial query and associated joiner expressions describing the combining operation.
var unions: [(SQLUnionJoiner, SQLSelect)]
Discussion
This is conceptually similar to joins in that each item in the list represents a method and an additional expression.
See SQLSelect and SQLUnionJoiner.