摘要:
declare @test varchar(50)select @testdeclare @otherPrivateProducts varchar(max) set @otherPrivateProducts='' select @otherPrivateProducts=isnull(@otherPrivateProducts,'')+isnull(EproductIdStr,'') from EprivateShowRoom where EcompanyId={0} select @otherPrivateProducts; 阅读全文
posted @ 2011-09-15 19:15
BlueAmbition
阅读(269)
评论(0)
推荐(1)