08 2021 档案
sqlserver sp_executesql 返回值
摘要:declare @a as INTdeclare @b as INT exec sp_executesql N'select @a=3,@b=4',N'@a int out,@b int out',@a OUTPUT ,@b OUTPUT select @a, @b 阅读全文
posted @ 2021-08-12 11:50 撒娇的小熊 阅读(336) 评论(0) 推荐(0)