HELP FOR DEFAULT VALUES !
From: D'Aletto Tony <daletto_at_tchad.cad.cea.fr>
Date: Tue, 23 Nov 1993 14:35:10 GMT
Message-ID: <1993Nov23.143510.5914_at_nenuphar.saclay.cea.fr>
When i create a table T1 :
create table T1 (
c1 char (10) default 'xxxx',
c2 char (10)
...
...
Received on Tue Nov 23 1993 - 15:35:10 CET
Date: Tue, 23 Nov 1993 14:35:10 GMT
Message-ID: <1993Nov23.143510.5914_at_nenuphar.saclay.cea.fr>
When i create a table T1 :
create table T1 (
c1 char (10) default 'xxxx',
c2 char (10)
...
...
);
How can i insert rows with
the default value 'xxxx' for c1 ?
ORACLE v6.0.33
thanks
Tony
Received on Tue Nov 23 1993 - 15:35:10 CET