how do we find every fifth record in a table
Answer Posted / srivatsa p
Select Top 1 * From (Select Top 5 * From customers Order By
1 Asc) X Order By 1 Desc
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is read uncmmited?
How to backup SQL Server Reporting Services ?
Are semicolons required at the end of sql statements in sql server 2005?
What is sql server database?
What is tempdb database? : SQL Server Architecture
Explain about system database?
What is the filtered index?
Tell me what is the stuff and how does it differ from the replace function?
How to rebuild master databse?
How do you delete duplicate records in sql server?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
Explain what is cte (common table expression)?
What is the process of indexing?
What are the system database in sql server 2008?
How many types of dimensions are there and what are they? : sql server analysis services, ssas