|
I'd try using the EXISTS predicate. Something like: UPDATE OEP20E A SET OORD20=100, BORD20=0 WHERE EXISTS (SELECT * FROM SLP05 WHERE B.CONO05=A.CONO20 AND B.CUSN05=A.CUSN20 AND B.DSEQ05=A.DSEQ20 AND B.CGP105=8) I use Joe Celko's "SQL for Smarties" as a general reference. There are probably better books available, but I don't know them. Anyway, HTH. Eric DeLong Sally Beauty Company MIS-Sr. Programmer/Analyst 940-898-7863 or ext. 1863 -----Original Message----- From: steven.donnellan@simonjersey.com [mailto:steven.donnellan@simonjersey.com] Sent: Tuesday, November 13, 2001 10:18 AM To: midrange-l@midrange.com; jbausers-l@midrange.com Subject: SQL This is a multipart message in MIME format. -- [ Picked text/plain from multipart/alternative ] We have 2 files, a customer details file (fields ending in 05) and a customer attributes files (fields ending in 20). (To readers using JBA, I'm using SLP05 and OEP20E.) The join between the customers will be fields called CONO05/20, CUSN05/20 and DSEQ05/20 I would like an SQL statement to the effect of UPDATE OEP20E SET OORD20=100 BORD20=0 WHERE CGP105 =008 CONO05=CONO20 CUSN05=CUSN20 DSEQ05=DSEQ20 OK, what I REALLY need is an SQL course, but can someone help me? Steven Donnellan AS/400 Systems Manager IBM Certified Specialist - AS/400 Professional Operator Simon Jersey Ltd http://www.simonjersey.com ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ********************************************************************** -- _______________________________________________ This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l or email: MIDRANGE-L-request@midrange.com 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.