会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Butterfly
博客园
首页
新随笔
联系
管理
订阅
2009年2月26日
专门正对某个字段写触发器
摘要: create trigger UpdateTJ on RCXQ for update as if update(TJ) begin update RCXQ set TJ='0' from RCXQ,inserted where RCXQ.idinserted.id and RCXQ.ZPDW=inserted.ZPDW end 该触发器功能为:如果修改了TJ这个字段的值(一般为1,...
阅读全文
posted @ 2009-02-26 17:25 butterfly
阅读(2580)
评论(0)
推荐(0)
编辑