How do you get records number from 1 to 15 in a dataset of 100 records
Describe about how to access limited row from your database.
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.
Sandeep Singh ShekhawatPosted Oct 13, 2012, 2:18 AM
First Sort table data means using order by and write SELECT query
FOR EXAMPLE
SELECT TOP(15) * From Employee WHERE ORDER BY Name