oracle創(chuàng)建臨時(shí)表 sql 在Oracle中,如何將查詢出的數(shù)據(jù)存入臨時(shí)表中?
在Oracle中,如何將查詢出的數(shù)據(jù)存入臨時(shí)表中?提交后臨時(shí)表看不到數(shù)據(jù)。create操作是默認(rèn)的提交。因此,在insert操作之后,您可以看到它。create global temporary ta
在Oracle中,如何將查詢出的數(shù)據(jù)存入臨時(shí)表中?
提交后臨時(shí)表看不到數(shù)據(jù)。create操作是默認(rèn)的提交。因此,在insert操作之后,您可以看到它。create global temporary table shi yong提交時(shí)刪除行作為從a,b中選擇a.a1,b.b2,其中a.id=b.id