Find out the 3rd highest salary?
Answer Posted / karna
Hi Friends,
sorry,last answer was wrong.
I have changed the query,check now
to get the nth highest value of a column in a table,please
use the below simple query
select min(column) from table where column in(select top n
column from table order by desc)
any queries,mail me at karun84@gmail.com
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
how to do backup entire database? : Transact sql
What is audit logout in sql profiler?
How do I tune a sql query?
What is database migration?
How to sort the rows in sql.
What are expressions?
What does sign mean sql?
How delete all data from all tables in sql?
Can we use pl sql in sql server?
What are the set operators in sql?
How many sql databases can you have on one server?
List the various privileges that a user can grant to another user?
What is record type in pl sql?
What is the cause of mutating table error and how can we solve it?
What is nvarchar max in sql?