0 sql
我想用表格加入存储过程的输出.我知道,我确信这是可能的,因为我之前做过但是,我不记得如何.有人可以帮我吗,拜托?
Dun*_*owe 5
您必须将存储过程的结果插入临时表,然后加入到该表中.
例如 insert into #temp_table exec sp_mySP
insert into #temp_table exec sp_mySP
您必须定义临时表结构以匹配存储过程的输出.
归档时间:
14 年,3 月 前
查看次数:
2978 次
最近记录: