请问,db2中是否支持字段级触发。谢谢各位
类似sqlserver 中的
if updating('col') then
---
else if updating('col1') then
---
end if ;
[解决办法]
当然有了,
create trigger trig-name before update of column-name……
[解决办法]
大字段是不能触发的
发布时间: 2012-02-10 21:27:41 作者: rapoo
请问,db2中是否支持字段级触发。谢谢各位
类似sqlserver 中的
if updating('col') then
---
else if updating('col1') then
---
end if ;
[解决办法]
当然有了,
create trigger trig-name before update of column-name……
[解决办法]
大字段是不能触发的