<@U0L8CS35L> you can execute any plain sql with `T...
# exposed
t
@douglarek you can execute any plain sql with
TransactionManager.current().exec(yourSql)
. It returns jdbc ResultSet which you can iterate and retrieve data. Or you can implement custom Exposed function and use it as any other in Exposed.