Jaguar-dart/jaguar_orm

Is there a Sum() function available?

Closed this issue · 1 comments

i need to create this query in orm
select sum(amount) from transaction group by category_id order by amount desc limit 3;

this my table
db

Hello,

No I don't think this kind of request are supported by the ORM, but look like you don't need an ORM for those, just execute a raw query no ?