| Sign In/My Account | View Cart |
| Article: |
SQL Data Types | |
| Subject: | how do we find nth highest in SQL | |
| Date: | 2006-04-17 07:57:07 | |
| From: | sainiks | |
|
Response to: how do we find nth highest in SQL
|
||
|
1. Select * from Employee where salary = (Select max(Salary) from Employee where salary < (Select max(Salary) from Employee where Salary<(Select max(Salary) from Employee where Salary <…………………………………………… N
|
||
Showing messages 1 through 2 of 2.