Hi,
Can I use the CASE in update syntex?
I got error message in my query --
update table1 set
case column5
when null then column5 = column5 + '-- testing'
else
comments = 'testing'
end
where primary_key = 1234
Could you tell me where is the problem? Thank you......
Can I use the CASE in update syntex?
I got error message in my query --
update table1 set
case column5
when null then column5 = column5 + '-- testing'
else
comments = 'testing'
end
where primary_key = 1234
Could you tell me where is the problem? Thank you......