2
Answers

Row No not getting initialized

Ramco Ramco

Ramco Ramco

1w
60
1

Hi

  Row no are not getting initalized on change of Account

SELECT
    ROW_NUMBER() OVER (ORDER BY [G/l Account]) AS RowNumber,
    [G/l Account],
    Debit,
    Credit
FROM
    Masters

Thanks

Answers (2)