MadGoat's Blog

导航

存储过程中使用表名为参数


alter proc AnalysisPhoneModel @phonenum char(11),@mytablename char(100)
as 
exec('select * from '+@mytablename+' where phonenum='+@phonenum)

posted on 2007-06-11 11:21  MadGoat  阅读(426)  评论(0编辑  收藏  举报