|
This should work. I've done it with one field but it should work with multiples. UPDATE table1 SET (field1, field2) = (SELECT field3, field4 FROM table2 WHERE table1.field5 = table2.field6) You can even limit the records selected from table1 to update by adding WHERE table1.anotherfield LIKE 'XX%' Gord Royle Cott Corporation -----Original Message----- From: MWalter@hanoverwire.com [mailto:MWalter@hanoverwire.com] Sent: Thursday, October 11, 2001 3:25 PM To: rpg400-l@midrange.com Subject: SQL Question Hello All, Can I update a number of fields in one table with the value of another table based on like keys? Examples would be appreciated. Thanks, Mark Mark Walter Sr. Programmer/Analyst Hanover Wire Cloth a div of CCX, Inc. mwalter@hanoverwire.com http://www.hanoverwire.com 717.637.3795 Ext.3040 _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l or email: RPG400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. Cott - The Leader in Premium Retailer Brand Beverage Innovation.
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.