What is the Equivalent of SQL `exists` in Kotlin E...
# exposed
t
j
What does usage for this look like?
I added this helper
fun Query.exists() = !empty()
but I think it's doing something else...