Ref: SQL server Database - T-Sql Question
Suppose Table1 of my database has two columns col1 and col2.
How can I get running numbers (1,2,...recordcount) from a SQL SELECT statement alongwith columns col1 and col2?
Printable View
Ref: SQL server Database - T-Sql Question
Suppose Table1 of my database has two columns col1 and col2.
How can I get running numbers (1,2,...recordcount) from a SQL SELECT statement alongwith columns col1 and col2?