Help please
 
How can I do, in Paradox :
 
delete from prices p
where p.forest, p.comp, p.contractor
not in
(select distinct forest, comp, contractor from dockets)
 
ie I want to delete each record in prices where the set of (forest, comp, contractor)
does not appear in dockets.
 
Thanks
 
Mark

Reply via email to