Back to Exposed

intersect

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

1.2.0604 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.r2dbc.sql.tests.shared.dml.UnionTests.testIntersectWithThreeQueries

Generated by Dokka © 2026 Copyright