如何給这个存储过程语句加入筛选条件
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]后面,该如何处理?直接放入会报错