how to retrive only second row from table in sql server
2000?
Answer Posted / shashikant
select min(id) from cms_dfm where id in (SELECT TOP 2 ID
from CMS_DFM Order by
ID desc)
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What does the update command do?
What is the difference between a check constraint and a rule?
what is the difference between delete table and truncate table commands? : Sql server database administration
How to add the custom code in Report?
What is simple indexing method?
What is PROJECTION Operation?
What is a bit datatype?
What is SQL Azure Data sync?
What are different replication agents and what's their purpose? : sql server replication
What is report subscription?
Do you know what is openxml in sql server?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
What are the steps to follow to configure SQL*Net?
How to get the definition of a user defined function back?
What is measure group, measure? : sql server analysis services, ssas