How to retrieve range of 10th rows to 20 th rows from total
rows from a database table.? (Not from Dataset)
Answer Posted / alex
string myquery="SELECT * FROM [Employee] WHERE
([Table_Field]<=10 AND [Table_Field]<=20)"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to convert a numeric expression from one data type to another?
How to create new tables with "select ... Into" statements in ms sql server?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
What are commonly used odbc functions in php?
Explain the concept of recursive stored procedure.
Can sql servers link to other servers like oracle?
How to create user defined functions with parameters?
How do I start sql server 2017?
What is meant by Active-Passive and Active-Active clustering setup?
Explain table valued parameters in sql server? Why tvp used?
what is the difference between openrowset and openquery?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What is the purpose of self join?
How to delete multiple rows with one delete statement in ms sql server?
What are system databases into sql server (2005/2008) : sql server database administration