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 many levels of sp nesting is possible?
What is inline variable assignment?
Which is the best place or learning center for MS SQL?????In Bangladesh?????
How to write character string constants or literals in ms sql server?
How to download and install the scaled-down database adventureworkslt?
What is subquery explain with example?
How to identify current user in ssrs report?
What is nonclustered index with included columns ?
How to connect to a sql server using odbc_connect()?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
How to test subquery results with the exists operator?
Tell me about pre-defined functions of sql?
How is sql used in sql server?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
What is normalization of database? What are its benefits?