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
How do I view a stored procedure in sql server query?
What is the difference between substr and charindex in the sql server?
What is function of master database?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
What samples and sample databases are provided by microsoft?
Which tcp/ip port does the sql server run on? How can it be changed?
you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration
How to recompile stored procedure at run time?
What do you understand by a stored procedure?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
1 01 101 01010
What are the difficulties faced in cube development? : sql server analysis services, ssas
What is the minimum recommended amount of ram for sql server 2012 enterprise?
What is the log shipping?
what types of replication are supported in sql server? : Sql server database administration