Skip to content

Instance Method

except(distinct:)

Add a query to the union in EXCEPT DISTINCT mode (only results that come from the left query but not the right are returned, with duplicates removed).
func except(distinct query: SQLSelect) -> Self