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
What is the latest mysql?
How to get current MySQL version?
Where is mysql installed on linux?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
What is csv?
What is mysql and mysqli?
Why use mysql procedures?
Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
What are mysql functions?
How to enter Characters as HEX Numbers?
Is mysql from oracle?
Where’s database data actually stored? Is there a way to see the files which are stored?
What is sqlyog?
How do I start mysql in linux?
How do I rename a table in mysql workbench?