oracle 将4张表a,b,c,d,的某一相同列插入到临时表如何实现?
答案:2 悬赏:70 手机版
解决时间 2021-03-14 17:33
- 提问者网友:那叫心脏的地方装的都是你
- 2021-03-14 00:14
4张表没有建立关系,临时表只要一列就够了。
最佳答案
- 五星知识达人网友:十年萤火照君眠
- 2021-03-14 01:52
视图一样的可以实现啊
create view t
as
select id from a
union all
select id from b
union all
select id from c
union all
select id from d
create view t
as
select id from a
union all
select id from b
union all
select id from c
union all
select id from d
全部回答
- 1楼网友:由着我着迷
- 2021-03-14 02:24
同问。。。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯