R
regrets
is there a single update statement that can be executed in design or sql mode
that can handle this situation. Or does it take multiple update statements to
achieve what i want?
update flda
to '11' if fldb = x
to '12' if fldb = y
tp '13' if fld b = 'c'
Thanks
Any help appreciated
that can handle this situation. Or does it take multiple update statements to
achieve what i want?
update flda
to '11' if fldb = x
to '12' if fldb = y
tp '13' if fld b = 'c'
Thanks
Any help appreciated