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: Falko Rotter <fantomas99_at_gmx.de>
Date: Mon, 20 Aug 2001 16:22:07 +0200
Message-ID: <9lr6c8$a1g$1@newsread2.nexgo.de>


Hi,

> 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.
>

See at syntax in your ORACLE SQL Online Documentation ! Insert Into table1 (field1, field3, file4711, ...) values (value1, value3, value4711, ...);

no cross postings, please. thx

Regards,
Falko Rotter


Rotter & Kalweit Softwaredesign GbR
Friemarer Straße 38

99867 Gotha
GERMANY mail: news_at_falko-rotter.de Received on Mon Aug 20 2001 - 09:22:07 CDT

Original text of this message

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