except

fun AbstractQuery<*>.except(other: Query): Except

Returns only distinct results from this query that are NOT common to the results of other.

Samples

org.jetbrains.exposed.v1.tests.shared.dml.UnionTests.testExceptWithTwoQueries