how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / tk
select * from Tablename limit 5,7 ;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can change procedure in sql server?
What is extended stored procedures?
What is the sql server 2000 version number?
When columns are added to existing tables, what do they initially contain?
What is a data collection table?
Describe different Processing Modes offered by SSRS?
What is a field name?
What is multilevel indexing?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What are different types of roles provided by ssrs?
How to execute stored procedure and set temp table in sql server?
How to get a list of all tables with "sys.tables" view in ms sql server?
Explain index in sql server?
How would you add a section to a table?
Can you explain full-text query in sql server?