User Tools

Site Tools


kurs:any_all
select first_name, last_name, salary, job_id from 
employees where salary 
   > any (select salary from employees where job_id = 'IT_PROG')
kurs/any_all.txt · Last modified: 2014/09/10 21:22 (external edit)