Ramco Ramco
Hi
I have below Sql Query and i want to display Row Number group by Account
SELECT A."Account" ,(A."Debit") AS "Debit", (A."Credit") AS "Credit", From Masters A order by A."Account"
Thanks