Hi,
I want to update column A based on the column B.
the syntax is like that : update table (tablename)
set column A=12 when column B=10
set column A=15 when column B=14
set column A=122 when column B=133
end
i dont know the correct syntax.plz do reply if anyone knows.
I want to update column A based on the column B.
the syntax is like that : update table (tablename)
set column A=12 when column B=10
set column A=15 when column B=14
set column A=122 when column B=133
end
i dont know the correct syntax.plz do reply if anyone knows.
Comment