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
System variable and temporary variables
What is the cartesian product of the table?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
Will count(column) include columns with null values in its count?
What are data resources?
Why Master database is required?
How to download microsoft sql server 2005 express edition?
What is openxml in sql server?
What is the use of set nocount on/off statement?
What is an indice?
How to get all stored procedures in sql server?
How to connect of datebase with sql express.?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
What is raiseerror? What is raiseerror?
What are the source of constraints?