Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Temp tables

Temp tables

From: Sudeep Siaj <sudeep4_at_excite.com>
Date: Tue, 9 Mar 1999 11:29:05 -0700
Message-ID: <7c3p8a$8l1@chnews.ch.intel.com>


Does Oracle support temp tables?

For example, on certain servers, I can say:

SELECT *
INTO #myTempTable
FROM EMP This creates a temporary table named #myTempTable that is automatically dropped when the session terminates.

Does Oracle support something like this?

Thanks in advance! Received on Tue Mar 09 1999 - 12:29:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US