本文介绍了存储过程结果的并集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我有一个存储过程,我需要每次调用几次,每次都传递不同的参数.我想将结果收集为一个数据集.有可能...
Hi All,
I have a stored procedure I need to call several different times passing in different paramaters each time. I would like to collect the results as a single dataset. Is it possible...
Exec StoredProcedure param1,param2
union Exec StoredProcedure param1,param2
推荐答案
这篇关于存储过程结果的并集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!