摘要:
ALTER trigger Monitor_Dic_date_Up on [dbo].[DIC_DATA]--触发器对象表 for update ,insert--插入或更新时触发. as -- begin if EXISTS(select 1 from DIC_DATAupdate A ,inserted B where A.GUID=B.GUID)--检查插入或更... 阅读全文
posted @ 2019-07-01 15:57
万万万W
阅读(17355)
评论(0)
推荐(1)