Adding Serial number for table rows
How to add a serial number in html table (database table datas) ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shubham KumarPosted Apr 15, 2015, 2:13 AM
just go through with this link
http://jsfiddle.net/avrahamcool/AGYnt/
Manoj BhoirPosted Apr 15, 2015, 2:12 AM
If you want to add serial number in your database, I think you should start with IDENTITY as you seem to be a beginner. Than check Sequences, which got introduced in SQL Server 2012 and study the difference.