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 -> Create table

Create table

From: Yam <yamyam2501_at_yahoo.com.hk>
Date: 4 Dec 2006 07:08:14 -0800
Message-ID: <1165244894.155210.89680@73g2000cwn.googlegroups.com>


Hi,

I have a table called tab1 with the following filelds: fld1, fld2 and fld3 and I want to create another table tab2 from tab1, with an additional field fld0 added at the beginning, i.e. fld0, fld1, fld2 and fld3, how can I do that?

Can I use syntax such as create table tabl2 ... as select ... from tabl1?

Yam. Received on Mon Dec 04 2006 - 09:08:14 CST

Original text of this message

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