exposed
Toggle table of contents
1.0.0-rc-1
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-core
/
org.jetbrains.exposed.v1.core
/
AbstractQuery
/
groupBy
group
By
fun
groupBy
(
vararg
columns
:
Expression
<
*
>
)
:
T
Appends a
GROUP BY
clause with the specified
columns
to this
SELECT
query.
Samples
org.jetbrains.exposed.v1.tests.shared.dml.GroupByTests.testGroupBy02