摘要: DECLARE @Counts INTEXEC sp_executesql N'select @Counts=count(1) from tbName',N'@Counts int out',@Counts OUTSELECT @Counts 阅读全文
posted @ 2012-05-25 09:54 xfyn 阅读(190) 评论(0) 推荐(0) 编辑