|
This updated the field in the proper file, but with the highest "printer"value from the backup file.
and b.printer=' ')
-----Original Message-----
update adp/locnmstrpf set printer=(select max(a.printer) from
tomh/locnmstrpf a, adp/locnmstrpf b where a.locn=b.locn and a.printer<>' '
and field names (the TOMH file is a backup of the ADP file). Key field for
might do it for you.
Michael Schutte
I have two files: TOMH/LOCNMSTRPF, ADP/LOCNMSTRPF - both the same layout
each is called LOCN. For all records in ADP/LOCNMSTRPF, I want to updateone field ("printer") with data from the corresponding record/field in
TOMH/LOCNMSTRPF. I've tried the following SQL, but I'm getting an error:a,
update adp/locnmstrpf set printer=(select a.printer from tomh/locnmstrpf
adp/locnmstrpf b where a.locn=b.locn and a.printer<>' ' and b.printer=' ')like to know how to accomplish the same thing using only SQL. There is a
The error is: Result of SELECT more than one row.
Well of course it is. I know I can use RPG to do what I want, but I'd
do this, right?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.