How to select nth record from a table?
Answer Posted / saravanan p
Select top 1 * from
(Select top n * from tbl order by column name asc)tbl1
order by column name desc
| Is This Answer Correct ? | 19 Yes | 12 No |
Post New Answer View All Answers
What is user defined stored procedures?
What is the purpose of linked server configuration in sql server?
Why truncate is ddl?
How to move database physical files in ms sql server?
What is meant by Active-Passive and Active-Active clustering setup?
how many clustered indexes can be created on a table? : Sql server database administration
What is subreport?
How will you find out if there are expensive SQL statements running or not?
How do you send email on SQL Server?
How can we get count of the number of records in a table?
Define compound operators?
What is the default order of an order by clause?
what are the different types of SSRS reports?
Explain four layers of abstraction microsoft architectured?
Explain the properties of sub-query in sql server?