I want generate serial no as first column from a SELECT statement.
For example:
SELECT LastName, FirstName FROM Employees
In the Employees table there is no column for serial no. I want to get the output as follows:
Srno LastName FirstName
-------------------------------------------------------------------------
1zzzzzzzzzqqqqqqqqqqqqqqqqqqqqqqqq
2aaaaaaaaaaaawwwwwwwwwwwwwwwww
3eeeeeeeeeeeeeeeeeetttttttttttttttttttttttttttttttttttttttttttt
please help me
Thank you,
Shifan.
qaqa