sql查询结果作为临时表 在Oracle中,如何将查询出的数据存入临时表中?

在Oracle中,如何将查询出的数据存入临时表中?提交后临时表看不到数据。create操作是默认的提交。因此,在insert操作之后,您可以看到它。create global temporary ta

在Oracle中,如何将查询出的数据存入临时表中?

提交后临时表看不到数据。create操作是默认的提交。因此,在insert操作之后,您可以看到它。create global temporary table shi yong提交时删除行作为从a,b中选择a.a1,b.b2,其中a.id=b.id