select ROW_NUMBER() OVER(order by Code ) AS Row1, TransactionHeadName from TransactionHeadbalance order by code
0 Comments