Group by

Hi , excuse my English , I am creating a system using rest and want to know if there is group by or something similar in backendless?

Hi Murillo,

No, the group by syntax is not supported. You have to do all kinds of aggregation manually on the client side (or in Business Logic Event Handlers, which are executed on the server).
It is on the roadmap, but we don’t have any estimates yet.