× 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.



Stan,

That did it. I forgot to enclose the fields to be update in parenthesis.


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



                    "MCPARTLAND, Stan"
                    <stanley.mcpartland@b        To:     
"'rpg400-l@midrange.com'" <rpg400-l@midrange.com>
                    ently.com>                   cc:
                    Sent by:                     Subject:     RE: SQL Question
                    rpg400-l-admin@midran
                    ge.com


                    10/11/01 03:54 PM
                    Please respond to
                    rpg400-l






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
_______________________________________________
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.







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.