摘要:
declare @EcountrydbID int,@Keyword varchar(200),@EproductId int ,@PicPath varchar(300),@OldCountryDBID int,@OldCountryChoosedProductsIds varchar(1000);set @OldCountryChoosedProductsIds='';set @EproductId=0;set @OldCountryDBID=0;declare mycursor cursor for--香港--select * from (select top 6 Eco 阅读全文
posted @ 2012-05-11 17:29
BlueAmbition
阅读(227)
评论(0)
推荐(0)