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

Insert record into table

From: Buddy Taylor <buddyt_at_renewal-iis.com>
Date: 1997/08/28
Message-ID: <01bcb3d5$3fbf5140$a095cdd0@ntw-25>#1/1

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 Thu Aug 28 1997 - 00:00:00 CDT

Original text of this message

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