how we can find nth max salary from an employe table by
using my sql?
Answer Posted / jithu
Another way is::
SELECT sal FROM sal a WHERE n = ( SELECT count(*) FROM sal
b WHERE b.sal < a.sal)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Does mysql use t sql?
How to delete the repeated records from a table?
How many sql ddl commands are supported by 'mysql'?
What is procedure in mysql?
What is delimiter $$?
How do I connect to mysql database?
Which mysql function is used to concatenate string?
How to dump a table from a database.
How to enter boolean values in sql statements?
What is select query in mysql?
Is mysql is a programming language?
What sql does mysql use?
all the queries used in sql
What is mysql_pconnect?
What is the difference between timestamp and datetime in mysql?