|
your delete can't delete because there is more than 1 file in the from clause. you will probably have to have to do something like this: delete from file where keyfield not in (select field from otherfile1 where... etc) and keyfield2 not in (select field2 from otherfile2 where... etc) test it with a select first (just like you did before.) hth, rick
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.