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

Re: insert a record in Oracle table

From: Robert Nilsson <roni_at_monet.no>
Date: Sat, 1 Sep 2001 15:04:37 +0200
Message-ID: <9mqmg8$j02$1@oslo-nntp.eunet.no>


insert into TABLE(COL1,COL2,COL3...) values (VAL1,VAL2,VAl3...);

"Rahul" <rahul_europe_at_yahoo.com> wrote in message news:923a99a4.0108200445.7d9b2405_at_posting.google.com...
> 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 Sat Sep 01 2001 - 08:04:37 CDT

Original text of this message

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