|
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. -- [ Picked text/plain from multipart/alternative ] I know how to update a field in one file with data from another file using SQL. But, I need to update more than one field now. I vaguely recall seeing a "trick" like that somewhere but don't recall where. Anyone know how to accomplish this? What I tried is the following: update file1 a set field1, field2 = (select field3, field4 from file2 b where a.key1 = b.key2) where exists (select * from file2 b where a.key1 = b.key2) Dave
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.