select po.ponumber
from po
where not exists (select code from activity
minus
select activitynumber
from invoice i
where i.ponumber = po.ponumber)
-----
That worked....![]()
|
Results 1 to 4 of 4
Thread: SQL HelpThreaded View
|
Click Here to Expand Forum to Full Width |