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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Copy a table within a db?

Re: Copy a table within a db?

From: Buck Turgidson <jcmanNOSPAM_at_worldnet.att.net>
Date: 2000/03/02
Message-ID: <Opjv4.4298$NO6.343536@bgtnsc06-news.ops.worldnet.att.net>#1/1

When you say copy, do you mean:

CREATE TABLE MY_TABLE
AS SELECT *
FROM SOME_OTHER_TABLE
/

<nmadson_at_my-deja.com> wrote in message news:89kce7$gpr$1_at_nnrp1.deja.com...
> Is there any way to copy a table within a database other than creating
> a new table and then doing an INSERT INTO {}SELECT query?
>
> [I haven't gotten this far in my Oracle Basics class, but I would like
> to do this now :)]
>
> TIA,
> Nolan Madson
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Mar 02 2000 - 00:00:00 CST

Original text of this message

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