M
Maurice W. Darr
Does anyone know how to do the equivalent of the Oracle In within Access
SQL?
Oracle will let me do:
delete from TAble_a where (f1,f2) in (select f1,f2 from Table_b)
This incredibly useful syntax lets me tell Oracle to essentally join table a
and b then thow away all the matching rows in table a. Access will delete on
a join but will only let me do so if f1 and f2 are the primary keys.
Thanks in advance,
Maurice
SQL?
Oracle will let me do:
delete from TAble_a where (f1,f2) in (select f1,f2 from Table_b)
This incredibly useful syntax lets me tell Oracle to essentally join table a
and b then thow away all the matching rows in table a. Access will delete on
a join but will only let me do so if f1 and f2 are the primary keys.
Thanks in advance,
Maurice