摘要:
读查询语句示例: Declare @count int 1 set @strSql=N'select @a= count(*) from ['+ @tblName + '] where 1=1 '+ @strWhere2 exec sp_executesql @strSql ,N'@a int output',@Count output3 select @Count 要点:1.利用系统存... 阅读全文
posted @ 2009-04-06 11:39
gxh973121
阅读(778)
评论(1)
推荐(0)
浙公网安备 33010602011771号