摘要:
declare @count int declare @OrderID nvarchar(50)declare @VariationOrderTable table(IndexID int identity(1,1),ID nvarchar(50))declare @index intinsert into @VariationOrderTableset @index=1;DECLARE @subject NVARCHAR(360); while(@index<=@count)beginset @index=@index+1;end 阅读全文
posted @ 2011-09-14 17:10
万德源
阅读(351)
评论(0)
推荐(0)
浙公网安备 33010602011771号