Delete Exists
摘要:
Create PROCEDURE [dbo].[LVS_Update_WaferInfo] @LotId varchar(40), @xmlData xmlasBEGINdelete W from LVS_WaferList W, ( select distinct @LotId LotID... 阅读全文
posted @ 2015-05-22 09:24 遗失的星空 阅读(1322) 评论(0) 推荐(0) 编辑