union

fun Query.union(right: Query): Query(source)

Union this query with the given one, corresponding to the union keyword in SQL.