David Chettiar Member Member since Aug 4, 2011 Last active Aug 4, 2011 Total activities 0 Activity feed Recent contributions #Threads 14 years ago fcee6c17-6278-4383-8706-2edbb97d2ad1 select max(salary) from employee where salary <(select max(salary) from employee) This query will work... Actually this is an example of sub query..