toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
except
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.sql.tests.shared.dml.UnionTests.testExceptWithTwoQueries