摘要: (' if exists(select * from NBcommission where Type='''+sType+'''and ItemNo='''+s+''' ) '+ ' begin'+ ' update NBcommission set Amount='''+m+''' , CType 阅读全文
posted @ 2017-09-20 10:49 快乐的正能量 阅读(258) 评论(0) 推荐(0)
摘要: ' declare @i int; '+ ' set @i=0; '+ ' while @i<4 '+ ' begin '+ ' insert into NBCommission(Type,ItemNo,Unit,Amount,CType) '+ ' select convert (varchar, 阅读全文
posted @ 2017-09-20 10:41 快乐的正能量 阅读(393) 评论(0) 推荐(0)