create trigger let_kc on 表2  after update
as
if update(kcid)
  update kczb set bid=kcid+zyh+nj+cc
go