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
Explain a join?
What is the maximum number of index per table?
Explain what is scheduled job and how to create it?
How to write a query with a right outer join in ms sql server?
what are the basic functions for master, msdb, model, tempdb and resource system databases? : sql server database administration
What is the most common type of join?
Is null vs coalesce?
What is store procedure? When do you use?
What is the difference between left and right outer join?
In what version of sql server were synonyms released?
How do I determine how many instances of sql server are installed on a computer?
How you provide security to cube? : sql server analysis services, ssas
What is analysis service repository?
How to connect of datebase with sql express.?
Distinguish between nested subquery and correlated subquery?