how to retrive only second row from table in sql server
2000?
Answer Posted / surenda tarai
select top 1 * from(select top 3 * from tablename order by 1
asc) as at order by 1 desc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If a table does not have a unique index, can a cursor be opened on it?
How retrieve field names from the table in SQL through JAVA code?
What are the different types of sql server replication? : sql server replication
Benefits of Stored Procedures?
What is clustered primary key?
What is wrong with sql server client libarary dll, ntwdblib.dll?
what is memory-optimized nonclustered indexes
Do you know what is normalization of database? What are its benefits?
How to transfer a table from one schema to another?
query processing
How to write character string constants or literals in ms sql server?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
What is difference between delete & truncate commands?
What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?
What is sql azure database?