oracle有select into临时表的用法吗 我来答 1个回答 #热议# 在购买新能源车时,要注意哪些? wallcopper 推荐于2017-09-21 · TA获得超过3447个赞 知道大有可为答主 回答量:1986 采纳率:86% 帮助的人:1822万 我也去答题访问个人页 关注 展开全部 1、创建空表create table a_tmp as select * from a where 1=2;2、实例insert into a_tmp select * from a where create_time > sysdate-1; 本回答被提问者和网友采纳 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2015-05-31 oracle怎么用select语句插入临时表 2015-03-01 在ORACLE中有类似select into temp ta... 2017-12-08 如何把select出的结果insert into临时表中 2010-05-11 在Oracle中,如何将查询出的数据存入临时表中 2011-12-26 刚学ORACLE,想用select into 复制一张表但是... 2011-09-22 oracle中临时表是用来做什么的 2015-02-13 Oracle中insert into select和sele... 2016-06-21 select into 怎么用 更多类似问题 > 为你推荐: