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
what's the maximum size of a row? : Sql server database administration
What is wrong with sql server client libarary dll, ntwdblib.dll?
What is difference between delete & truncate commands?
Tell me what do you understand by a view? What does the with check option clause for a view do?
How global temporary tables are represented and its scope?
Are there issues when exporting SSRS reports into Microsoft Excel? When my users are trying to export a SSRS report into Microsoft Excel, one or two columns in the report appear to merge together. Why might this be?
Can We Use Data-grids For Our Report In Ssrs?
Write a sql query to sort on different column name according to the parameters passed in the function?
Do you know what is xpath?
What are the difference between primary key and unique key? : sql server database administration
how many triggers you can have on a table? : Sql server database administration
What is user-defined multi-statement table-valued function?
What is the use of commit?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
Can primary key be a foreign key?