求大神来帮我看看这个存储过程 我的需求就是 把这个值 弄成查询的条件 谁会啊能不能帮帮我,实在想不到如何改了 create proc usp_select @newsid int [email protected] 来查询这两个表的内容 as begin select * from newinfo as news inner join contents as cnts on news.newsid=Cnts.newpid end ------解决方案-------------------- 是什么数据库?