SQL Server 2005 用触发器跟踪表操做

--> 测试数据:[a] if object_id('[a]') is not null drop table [a] go create table [a]([ID] int,[品名] varchar(6),[入库数量] int,[入库时间] datetime)--入库时间为被跟踪字段 insert [a] select 1,'矿泉水',100,'2013-01-02' union all s
相关文章
相关标签/搜索