Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: create table
This is a multi-part message in MIME format.
------=_NextPart_000_12EE_01C048BC.B8B009D0 Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
create table
Create table table2 tablespace tools (storage parameters ...) as = (select * from table1;
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 =
What is the solution=20
TIA=20
-----------------=20
------=_NextPart_000_12EE_01C048BC.B8B009D0 Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>create table</TITLE>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>Create table table2 tablespace tools (storage =
parameters=20
...) as (select * from table1;</FONT></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV=20
style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
<A href=3D"mailto:luc.demanche_at_cetelem.fr"=20
title=3Dluc.demanche_at_cetelem.fr>DEMANCHE Luc (Cetelem)</A> </DIV>
<DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
href=3D"mailto:ORACLE-L_at_fatcity.com"=20
title=3DORACLE-L_at_fatcity.com>Multiple recipients of list ORACLE-L</A> =
</DIV>
<DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Tuesday, November 07, =
2000 11:40=20
AM</DIV>
<DIV style=3D"FONT: 10pt arial"><B>Subject:</B> create table</DIV> <DIV><BR></DIV> <P><FONT face=3DArial size=3D2>Hi gurus,</FONT> </P> <P><FONT face=3DArial size=3D2>I have no problem with this : =20 </FONT><BR> <FONT =face=3DArial=20
<P><FONT face=3DArial size=3D2>What is the solution</FONT> </P> <P><FONT face=3DArial size=3D2>TIA</FONT> </P> <P><FONT face=3DArial size=3D2>-----------------</FONT> <BR><FONT =face=3DArial=20
![]() |
![]() |