What is the Equivalent of SQL `exists` in Kotlin Exposed? <https://stackoverflow.com/questions/64245...
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...