User Tools

Site Tools


kurs:any_all

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kurs:any_all [2014/09/10 21:22]
kurs:any_all [2014/09/10 21:22] (current)
Line 1: Line 1:
 +<​code>​ 
 +select first_name, last_name, salary, job_id from  
 +employees where salary  
 +   > any (select salary from employees where job_id = '​IT_PROG'​) 
 +</​code>​
kurs/any_all.txt · Last modified: 2014/09/10 21:22 (external edit)