how to retrive only second row from table in sql server
2000?
Answer Posted / prabhat sharma
select top 1 * from xyz where rno > (select top 1 rno from xyz)
rno is a column name and xyz is a table name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to modify the underlying query of an existing view?
Differentiate between mongodb vs. Sql server?
How do you send email on SQL Server?
How is SQL Azure different than SQL server?
Explain the usage of floor function in sql server.
What are the limitations in ssrs on sql server express edition?
where the connection string store in the database
What is collation sensitivity?
In which sql server version report builder introduced?
What is similarity and difference between truncate and delete in sql?
Why truncate is ddl command?
How do you troubleshoot errors in a SQL Server Agent Job?
Explain what are the database objects? : SQL Server Architecture
Where can you find the error log information? : sql server database administration
How many non clustered indexes there can be on table ?