Skip to content

Instance Method

intersect(distinct:)

Add a query to the union in INTERSECT DISTINCT mode (only results that come from both queries are returned, with duplicates removed).
func intersect(distinct query: SQLSelect) -> Self