Initializer
init(initialQuery:unions:)
Create a new set of combined queries.
init(initialQuery: SQLSelect, unions: [(SQLUnionJoiner, SQLSelect)] = [])
Parameters
initialQueryThe first query of the set.
unionsA list of zero or more pairs of joiner expressions and additional queries.
Discussion
See SQLSelect and SQLUnionJoiner.