how to get 25th row in any table in sqlserver can u tell me
syntax

Answer Posted / venkat

suppose the table x having a column with name empid

set rowcount 25
select * from x where empid not in (select top 24 empid
from x)

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how will add additional conditions in sql?

576


What is ms sql server service broker?

524


When multiple after triggers are attached to sql table, how to control the order of execution?

534


What are the transaction properties?

559


What are the advantages of sql azure?

116






Explain about the command-line tool SQLCMD?

557


What is database isolation in sql server? : sql server database administration

570


How do I create a stored procedure in dbml?

517


What is snapshot report?

129


What are the ways available in sql server to execute sql statements?

574


What happens if ntwdblib.dll is missing on your machine?

639


What is the full form of dql?

516


What do you mean by recursive stored procedure?

513


How do I find query history in sql server?

518


Explain how does the report manager work in ssrs?

501