sql server 中修改存储过程运行提示数据库中已存在名为 '#zzl2' 的对象。 20
我曾经创建名为zzl2的临时表,为什么重启系统后还是有这个提示,用select这个表也不存在啊。我的储存过程中这样写的selectdrugname,gg,retprice...
我曾经创建名为zzl2的临时表,为什么重启系统后还是有这个提示,用select这个表也不存在啊。
我的储存过程中这样写的
select drugname,gg,retprice,amount1 into #zzl2 from tmp_zzl1;
///////////////////////////////////////////
我这样修改储存过程又能通过了,(不知道为什么直接select into 怎么不能通过):
先通过别的表建立临时空表: select top 0 drugname,gg,.... into #zzl2 from tblDrug;
再添加数据 inert into ... 展开
我的储存过程中这样写的
select drugname,gg,retprice,amount1 into #zzl2 from tmp_zzl1;
///////////////////////////////////////////
我这样修改储存过程又能通过了,(不知道为什么直接select into 怎么不能通过):
先通过别的表建立临时空表: select top 0 drugname,gg,.... into #zzl2 from tblDrug;
再添加数据 inert into ... 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询