A store procedure sample using caes ...when ...then...
摘要:
create proc Pr_ToSolver_ds_in_item_loc as if exists(select * from OFG_SLV_DEV3.dbo.ds_in_item_loc) delete from OFG_SLV_DEV3.dbo.ds_in_item_loc insert into OFG_SLV_DEV3.dbo.ds_in_item_loc ( ... 阅读全文
posted @ 2008-05-02 13:05 飞天舞者 阅读(287) 评论(0) 推荐(0) 编辑