2
Answers

Row Number Group by Account

Photo of Ramco Ramco

Ramco Ramco

Mar 26
131
1

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

Answers (2)