create trigger tr_process on 表
for update
as
if substring(columns_updated(),1,1)&1=1
print '更新了第一列'
else
print '没有更新第一列'