当前位置:
代码迷
>>
ASP.NET
>> 存储过程中临时表DROP的位置放哪里啊该如何处理
详细解决方案
存储过程中临时表DROP的位置放哪里啊该如何处理
热度:
2268
发布时间:
2013-02-25 00:00:00.0
存储过程中临时表DROP的位置放哪里啊
比如:
create pro getall
这边是我放的临时表
as
begin
select * from table
这边放DROP TABLE?
end
还是这边放DROP TABLE?
求教
在线等
------解决方案--------------------------------------------------------
既然是临时的 不用你管了 用完了会释放的
你又没有物理创建
相关解决方案
【误删除了表】SQL 小弟我不小心执行了 drop table 表
分享一个HTML5的drag and drop API兑现的图片拖拽分组效果
转:HTML5的drag and drop API兑现的图片拖拽分组效果
mysql DROP DATABASE有关问题
drop down menu 上拉菜单
JS习题-拖拽Drag and Drop
the value of select drop list can't be submit to form due.
拖放 Drag and drop 步骤
GXT之旅:第八章:Portal&Drag-Drop――Portal的根本介绍
在严厉情况下配置 iptables 时是否需要同时设置 filter, mangle, nat, raw, and security 为 DROP
drop an exists trigger but popup ora-04098,该怎么解决
DROP PRCOEDURE有关问题,奇怪了.
drop table 少数表极慢
drop table 后先头创建的 savepoint 就没了 这是正常现象么
drop table 报ora-00942 表也许视图不存在
drop table系统授权的有关问题
drop table以后可以直接拿回那些space吗
【急】EXECUTE IMMEDIATE 'DROP TABLE T_PMSCONST';出错,该怎么解决
oracle 一次导出,drop 掉数据库,重新建库,再导入,算是一次优化吧?解决方案
drop user有关问题
What will happen if you drop a table and recreate it with same structure
ORA-01940:cannot drop a user解决思路
ORA-01940:cannot drop a user,该如何解决
sql2000 drop table 表 执行20分钟 都没执行完,该怎么处理
用sql 话语删除表字段报错 ould not drop constraint. See previous errors
QT的拖放(Drag/Drop)的实现有关问题
mysql 数据库被 drop database 数库库名,能恢复吗解决方法
请问:drop table student cascade为什么不能执行
没法将 DROP TABLE 用于 'xxx',因为 'xxx' 是 未知类型。请使用 DROP UNIQUE KEY CONSTRAINT
drop table 求恢复解决方法