|
I want to update keywork7 column from another joined table. I want to
update ONLY after comparing one column from one table to one column from
the second table (as shown below at Error1).
How can I accomplish this in SQL?
The code below throws an error: Column SEAL1 not in specified tables.
Thanks!
update jstone/docs00
set keyword7 =
(select seal1 from load
where ashpnbr = substr(keyword1,1,10)
and shipdate =
'20'||substr(keyword2,7,2)||substr(keyword2,1,2)||
substr(keyword2,4,2) )
where
substr(keyword7,1,10) <> seal1
<------Error1: how to compare one column from
each table
and substr(keyword7,1,6) = substr(seal1,1,6)
and substr(keyword2,7,2) = '14' -- only fix 2014 records
and docid = 'AS400DOC-000000016734036'
______________________________________________________________________
This outbound email has been scanned for all viruses by the MessageLabs
Skyscan service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
--
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.
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.