InterviewSolution
Saved Bookmarks
| 1. |
How To Display Nth Highest Salary From A Table In A Mysql Query? |
|
Answer» Let us take a table named employee. To find Nth highest salary is: if you WANT to find 3rd largest salary: Let us take a table named employee. To find Nth highest salary is: if you want to find 3rd largest salary: |
|