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 -> Re: Insert record into table

Re: Insert record into table

From: Peter McKenzie <pemmck_at_ibm.net>
Date: 1997/08/29
Message-ID: <5u5ri6$f3d$2@marri.bs.wa.gov.au>#1/1

 You can " insert into a_table select * from another_table ".

Buddy Taylor wrote in article <01bcb3d5$3fbf5140$a095cdd0_at_ntw-25>...

>Can I INSERT a record without listing all of the columns?
>
>e.g.,
>
>a_rec a_cur%ROWTYPE ;
>
>INSERT INTO a_table(*)
> VALUES(a_rec) ;
>
>I'm just guessing here what the syntax might look like.
>
>Buddy Taylor buddyt_at_renewal-iis.com
>
Received on Fri Aug 29 1997 - 00:00:00 CDT

Original text of this message

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