× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Mark,

Here's an example from Run SQL Scripts in Ops Nav that should do what you
want.  If you're not updating all rows in table1 you can add a WHERE clause
to the UPDATE statement.  Run SQL Scripts is an excellent source of SQL
examples.

UPDATE table1 SET (column1, column2) = (SELECT column1, column2 FROM table2
WHERE table1.column3 = column3);

Regards,
Stan

-----Original Message-----
From: MWalter@hanoverwire.com [mailto:MWalter@hanoverwire.com]
Sent: Thursday, 11 October, 2001 12: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


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.