Subject Re: [firebird-support] Re: How write a query with a progressive sum field
Author Luigi Siciliano
Hallo,

Il 08/03/2016 11.24, Aage Johansen aagjohan@... [firebird-support] ha scritto:
 


You could try
coalesce(sum(DC2.CARICO-DC2.SCARICO),0) as SALDO

In this case I obtain that the SALDO field reports 0 instead of null.

Thanks.
--
Luigi Siciliano
--------------------------