how to get 25th row in any table in sqlserver can u tell me
syntax
Answer Posted / svreddy
select *from emp a where 25=(select count(distinct(eno))from emp b where a.eno>=b.eno
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to enable tcp/ip protocol on a sql server?
What is repeatable read?
What do I need to start working with sql studio? : sql server management studio
What does the not null constraint do?
Which rendering formats are affected by the pagesize properties?
What is transaction server consistency?
How you can get the list of largest tables in a database?
Why I am getting this error when dropping a database in ms sql server?
What is a system database and what is a user database?
What are built in functions?
What are different types of statements that are supported by sql?
What is sql server used for?
How many types of objects are there?
What is for xml in sql server?
How to change the name of a database user?