Viewing post 31 (of 31 total)
select distinct(sal) from emp where sal >= (select max(sal) from emp where
sal <(select max(sal) from emp where sal< (select max(sal) from emp)))
The following Query will display emps...
February 21, 2007 at 3:15 am
#690844