摘要:
select * from (存储过程执行并返回的结果表)当需要二次查询存储过程执行的结果时就需要利用临时表来解决。create table #temp(id int,dn nvarchar(20),pt int)insert into #temp exec FindDepartment @id=1select * from #temp where id in(select id from #temp) 阅读全文
posted @ 2013-01-08 13:17
archip
阅读(1614)
评论(0)
推荐(0)

浙公网安备 33010602011771号