t-sql : execute sp_executesql
参数:@param1,@param2
输出参数:N’@param type out”,@param out
pl/sql: execute immediate
参数:@param1,@param2
输出参数:out @param
本文对比了T-SQL中使用executesp_executesql与PL/SQL中使用execute immediate执行存储过程的方法。重点介绍了两种不同数据库环境下参数传递及输出参数的处理方式。
t-sql : execute sp_executesql
参数:@param1,@param2
输出参数:N’@param type out”,@param out
pl/sql: execute immediate
参数:@param1,@param2
输出参数:out @param
1622
6614
181

被折叠的 条评论
为什么被折叠?