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 -> Re: Temporary tables from Select statements...

Re: Temporary tables from Select statements...

From: Kevin P. Fleming <kfleming_at_access-laserpress.com>
Date: 1998/04/01
Message-ID: <3522DD6F.BC91BF8A@access-laserpress.com>#1/1

Yes, with Oracle 7.3.x and later you can do:

CREATE TABLE MY_TEMP_TABLE AS
  SELECT ... Luca Minudel wrote:
>
> Is it possible with Oracle to automatically create temporary tables containing rows returned by a SELECT statement?
> Just like SELECT * FROM ORDERS
> WHERE
> VAT_RATE >= 10
> INTO MY_TEMP_TABLE
> where MY_TEMP_TABLE doesn't exist before SELECT execution...
>
> Please let me know.
>
> ___________________________________________________
> Luca Minudel software designer
> Italy Conegliano (TV)
> voice & fax +39 (0)438 412280
> e-mail luca.minudel_at_nline.it
> WWW (italian language used)
Received on Wed Apr 01 1998 - 00:00:00 CST

Original text of this message

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