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
|
1 to 1 of 1
-
how do we find nth highest in SQL
2006-06-27 05:16:28 jewel_plat [View]
-
how do we find nth highest in SQL
2006-09-05 03:32:25 kunalpawar [View]
1 to 1 of 1