toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
AbstractQuery
/
withDistinct
with
Distinct
abstract
fun
withDistinct
(
value
:
Boolean
=
true
)
:
T
Modifies this query to retrieve only distinct results if
value
is set to
true
.