how to retrive only second row from table in sql server
2000?
Answer Posted / suresh
Hi,
select top 1 * from (SELECT TOP 2 * from emp) A Order by
empno desc
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
what's the difference between a primary key and a unique key? : Sql server database administration
Can sql servers link to other servers like oracle?
what information is maintained within the msdb database? : Sql server administration
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
What is a trigger what are the advantages of trigger?
How do I find the size of a sql server database?
What is buffer cash and log cache in sql server?
What is difference between inner join and join?
How to connect to SQL Azure Database by using sqlcmd?
Tell me what are the advantages of using stored procedures?
Write a sql query to get zero records from a table having n number of records?
What is forward - only cursors / read only cursor?
What is standby servers? Explain types of standby servers.
What is it unwise to create wide clustered index keys?
Is sql server difficult to learn?