Viewing 2 posts - 1 through 2 (of 2 total)
I think question not complete and confusing too coz When you move your mouse pointer over the link, a message appears saying "Press CTRL+Click to follow the link"
Abu
March 25, 2010 at 11:19 pm
#1140131
You can use
SELECT ROW_NUMBER() OVER (ORDER BY ColumnName1) As SrNo,ColumnName1,ColumnName2,ColumnName3 from Tablename
Thanks
March 24, 2010 at 2:57 am
#1138741