Hello. Is there any way to determinate "LIMIT" by ...
# exposed
r
Hello. Is there any way to determinate "LIMIT" by expression in Exposed? In plain SQL from Postgres I can do subquery and CASE WHEN to calculate current limit, but "limit" method in Exposed accepts only integer
g