Skip to content
Vapor Week is coming 14th September!

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