×
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.
Would this work for you ?
Create View QTEMP/MYVIEW as
select FLWORKC, FLPRODNO, BOMCHILD
from tfactlib/FLROUTG
join tfactalib/BOMMSTR on BOMPARNT = FLPRODNO join tfactlib/ildpf on BOMCHILD = ILDINO where FLWORKC = 3155 and ILDDM1 >= .25 and BOMDATEF < 20120305 and BOMDATDS > 20120305
Update QTEMP/MYVIEW Set FLWORKC = 9155
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Gqcy
Sent: 05 March 2012 15:54
To: midrange-l@xxxxxxxxxxxx
Subject: turn a select into an update (with multiple joins)
The following SQL returns the list of records I want to update:
select FLWORKC, FLPRODNO, BOMCHILD
from tfactlib/FLROUTG
join tfactalib/BOMMSTR on BOMPARNT = FLPRODNO join tfactlib/ildpf on BOMCHILD = ILDINO where FLWORKC = 3155 and ILDDM1 >= .25 and BOMDATEF < 20120305 and BOMDATDS > 20120305
I want to "SET FLWORKC = 9155"
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.