![]() |
#2
kira0072010-08-16 15:46
|
Insert into #Pro ( ID,CategoryID,Productname ,SerialNum,KeyWord,price,BrandID,Unit,Pic,Watermark,IndexShow,Special )
select ID,CategoryID,Productname ,SerialNum,KeyWord,price,BrandID,Unit,Pic,Watermark,IndexShow,Special from [Product] order by ID asc
定义一个@strWhere的参数,要把该参数 放到[Product]后面,该如何处理?直接放入会报错