|
I usually use where exists because I'm used to it, but I think there are better ways out there. Something like this maybe.
update table 1 set table1.status = 'Old'
where table1.stamp <= (select table2.alert from table2)
and exists (select 1 from table2 where table1.id = table2.id)
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.