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
how to overcome kernel isssues
what types of replication are supported in sql server? : Sql server database administration
How to find which stored procedure is currently running in sql server?
How do I edit a procedure in sql server?
How will you hide an attribute? : sql server analysis services, ssas
How many database files are there in sql server 2000?what are they?
What are the different types of upgrades that can be performed in sql server?
How to access the inserted record of an event?
What are the different types of Indexes available in SQL Server?
How do I view a stored procedure in sql server query?
How many full-text indexes can a table have?
Explain tablesample?
What is raid and what are different types of raid levels?
Explain the categories of stored procedure?
How do you create type- insensitive operator?