3
Answers

Cummulative Total

Ramco Ramco

Ramco Ramco

2w
73
1

Hi

  I have below code and i want to display cummulative totals also.

SELECT
 A."Account" AS "G/l Account",(A."Debit") AS "Debit", (A."Credit") AS "Credit"
From Masters A
group by A."Account"

Thanks

Answers (3)