Back to Exposed

union

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

1.2.0541 B
Original Source

union

fun AbstractQuery<*>.union(other: Query): Union

Combines all results from this query with the results of other, WITHOUT including duplicates.

Samples

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

Generated by Dokka © 2026 Copyright