How to retrieve range of 10th rows to 20 th rows from total
rows from a database table.? (Not from Dataset)
Answer Posted / vinay
SELECT TOP 10
ID,Name,Address
FROM TableName
WHERE ID NOT IN (SELECT TOP 10 ID FROM TableName)
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What are the reporting services components?
What type of Index will get created after executing the above statement?
What are the steps to insert a table?
How will you hide an attribute? : sql server analysis services, ssas
Tell me what are cursors and when they are useful?
What is the difference between DATETIME2 and DATETIME?
Can we install sql server 2016 on windows 7?
What are translations and its use? : sql server analysis services, ssas
Are there issues when exporting SSRS reports into Microsoft Excel? When my users are trying to export a SSRS report into Microsoft Excel, one or two columns in the report appear to merge together. Why might this be?
What is resource governor?
How do I create a trace in sql server?
What are trace files?
Explain log shipping?
What is the recommended total size of your memory optimized tables?
what are the critical issues you have resloved in your company