Back to Exposed

intersect

docs/api/exposed-jdbc/org.jetbrains.exposed.v1.jdbc/intersect.html

1.2.0594 B
Original Source

intersect

fun AbstractQuery<*>.intersect(other: Query): Intersect

Returns only results from this query that are common to the results of other, WITHOUT including any duplicates.

Samples

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

Generated by Dokka © 2026 Copyright