Skip to content

Instance Method

union(_:)

Create a new SQLUnionBuilder, providing a builder to create the first query.
func union(_ predicate: (SQLSelectBuilder) throws -> SQLSelectBuilder) rethrows -> SQLUnionBuilder

See Also

DML queries