Originally Posted by
gurmeet
i.e there is a table
index name designation
==============================
1 tom clerk
.
.
22 jeck clerk
.
.
100 Harry clerk
.
.
1001 Rohit clerk
a table like this...
------------------------------------------------------------------
i want out put like this
1. tom clerk
2. jeck clerk
3. harry clerk
4. rohit clerk
means i want a serial no. with every record from database.....
as 1,2,3,4 are the serial no. for every record , as its not stored in database... but i want to add it in out put...
plz, if u can understand then plz reply...