select A.codigo_n,sum(A.valor_parcela) as totalboletos,B.nomecli,A.id_boleto, A.vencto_parcela,A.impresso,A.baixado,A.empresa,A.numnota,B.gerarfatura, B.vencimento from CRECEBER A INNER join CLIENTES B on B.codigocli=A.codigo_n where A.codigo_n between (1) and (1) and A.emissao between ('2013-10-23') and ('2013-10-23') and A.baixado='N' and (A.faturado='N' or A.faturado is null) and (A.sintetico='N' or A.sintetico is null) and (A.dc='D' or A.dc is null) and B.gerarfatura='S' and B.vencimento>0 and A.empresa=1 group by A.codigo_n,B.nomecli order by B.nomecli