Tobias Marschall
10/07/2020, 2:05 PMexists in Kotlin Exposed? https://stackoverflow.com/questions/64245773/equivalent-of-sql-exists-in-kotlin-exposedJoel
10/08/2020, 1:46 PMJoel
10/08/2020, 1:46 PMfun Query.exists() = !empty() but I think it's doing something else...