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

Home -> Community -> Usenet -> c.d.o.server -> help! create table as select...

help! create table as select...

From: <kal121_at_yahoo.com>
Date: Wed, 24 Nov 1999 01:54:52 GMT
Message-ID: <81fghb$sum$1@nnrp1.deja.com>


How come this doesn't work? I need to be able to specify the tablespace and storage parameters in the "create table as select..." statement.

Thanks!

CREATE TABLE AS SELECT * FROM my_table
TABLESPACE my_tablespace
STORAGE(
INITIAL 1K
NEXT 1K
);

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Nov 23 1999 - 19:54:52 CST

Original text of this message

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