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
What is dbcc updateusage?
How to create a simple user defined function in ms sql server?
What are the basic functions for master, msdb, model, tempdb and resource databases?
Explain what are magic tables in sql server?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
What are the main sources of data?
What is primary key and example?
What is code near application topology?
What is the importance of three tier architecture?
Can an automatic recovery be initiated by a user?
What is the difference between DataRow.Delete() and DataRow.Remove()?
What is database black box testing?
Does group by or order by come first?
What are the advantages of stored procedure in sql server?
Explain can you implement data mining in ssrs?