|
Even better. That gives me the elegant syntax I was looking for, and takes care of those nasty "null value not allowed" errors. Thanks Elvis. |-----Original Message----- |From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l- |bounces@xxxxxxxxxxxx] On Behalf Of Elvis Budimlic |Sent: Tuesday, March 20, 2007 12:54 PM |To: 'Midrange Systems Technical Discussion' |Subject: RE: SQL Update for multiple fields | |Greg, try this: | |update csship set (fpl1tx, fpl2tx, fpl3tx, fpl5tx, fpoocd, fpcncd) = | (select ADDR1, SUITE, ADDR2, CITY, STATE, COUNTRY | from qasship | where comp = fpcomp and | cust = fpjynb and | ship = fplxnb) |where exists | (select 'Yeah baby' | from qasship | where comp = fpcomp and | cust = fpjynb and | ship = fplxnb) |
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.