how to retrive only second row from table in sql server
2000?
Answer Posted / madhuparna
select top 1 * from (select top 2 * from employee)A
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between NOROW and LOCKROW?
What is the difference between lock, block and deadlock? : sql server database administration
What are the system database in sql server 2005?
How to list all tables in the database using odbc_tables()?
Define magic tables in sql server?
What is the dbcc command and why is it used?
What are ddl (data definition language) statements for tables in ms sql server?
Which is the main third-party tool used in sql server?
What are the characteristics of modern DBMS?
What is intellisense?
How are the exceptions handled in sql server programming?
Why functions are used in sql server?
What are the different types of cursor?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
What is log cache in sql server?