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 will you find out if there are expensive SQL statements running or not?
What is view in sql?
What is a database table?
What is set nocount on?
What is normalization? What number of normalization shapes are there?
What are the requirements to use odbc connections in php scripts?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
What are the properties of the transactions?
What are the disadvantages of using querystrings to send data from one page to another?
Other than truncate statement, which other command can by-pass the trigger on the tables?
what are the three command line utilities and what are their primary functions?
Explain why variables called the most powerful component of ssis?
What gets stored inside msdb database?
What is the maximum rows in sql server table?
Define model database?