|
update file set
fld1 = (case fld1 when '.' then ' ' else fld1 end) ,
fld2 = (case fld2 when '.' then ' ' else fld2 end) ,
etc.
this will do an update on every record in the table for every
field, but only when field equals '.' will it actually change.
David FOXWELL wrote:
I can select the records I want to update like this.
Select * from myfile where field1 = '.' or
field2 = '.' or....
field15 = '.'
There are 15 fields that may contain the value '.'
How can I update any field that contains a '.' to the value ' '
without touching any other fields?
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.