请教,db2中是否支持字段级触发。多谢各位

请问,db2中是否支持字段级触发。谢谢各位类似sqlserver 中的if updating(col) then---else if updating(

请问,db2中是否支持字段级触发。谢谢各位
类似sqlserver 中的
if updating('col') then
  ---
else if updating('col1') then
  ---
end if ;

[解决办法]
当然有了,

create trigger trig-name before update of column-name……
[解决办法]
大字段是不能触发的