I'm starting to use the framework uaiCriteria and I need a result that is a sum of records in a given period.
Something like (simplified):
select sum(valor), sum(desconto), data, idpessoa from tabela group by data, idpessoa
I did:...
asked by
18.11.2014 / 18:00