Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: create table
Try changing the positions according to the statement syntax. Type :
=20
create table table2 tablespace tools as (select * from table1) ;
=20
worked for me !
=20
deppak
-----Original Message-----
From: DEMANCHE Luc (Cetelem) [mailto:luc.demanche_at_cetelem.fr]
Sent: Tuesday, November 07, 2000 12:41 PM
To: Multiple recipients of list ORACLE-L
Subject: create table
Hi gurus,=20
I have no problem with this : =20
create table table1 (a number) tablespace tools=20
But I can't do this :=20
create table table2 as (select * from table1) tablespace tools=20
What is the solution=20
TIA=20
-----------------=20
![]() |
![]() |