Skip to content
Advertisement

Tag: kotlin-exposed

Write query with HAVING clause in Kotlin with Exposed

I have written an SQL query in which I use the HAVING clause. However, I have not found practical examples of the use of HAVING in the Exhibited documentation. My query should return the following: Disputes for an order that has the most recent status of ‘CAPTURED’ or ‘EXPIRED’ My biggest difficulty is writing the HAVING sub query. I saw

Advertisement