暂停触发器

alter table 你的表名  disable trigger all-- 禁用
再执行删除你的语句之前先执行这句,这样就禁用 触发器了

alter table 你的表名  enable trigger all-- 企用

posted on 2009-07-23 17:59  martian6125  阅读(169)  评论(0编辑  收藏  举报