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 -> Re: insert a record in Oracle table

Re: insert a record in Oracle table

From: Kumar Mantripragada <kumar.mantripragada_at_oracle.com>
Date: Mon, 20 Aug 2001 18:11:11 -0400
Message-ID: <3B818AFF.28CB548D@oracle.com>


if the field is default, you should be able to insert rows into other fields by skipping the default fields from the insert statement.

Kumar.

Rahul wrote:

> How to insert a record into oracle table which has default system date
> fileds and trigger sequence number field.
>
> how to escape these fileds and insert values in other fields.
>
> please help !
>
> rahul


Received on Mon Aug 20 2001 - 17:11:11 CDT

Original text of this message

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