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 -> create table with null value

create table with null value

From: Séb <spribetich_at_auchan.com>
Date: Thu, 20 Feb 2003 17:12:55 +0100
Message-ID: <b32u20$1qk$1@reader1.imaginet.fr>


Hello,
When I create a table toto2 as
select

    col1,
    col2,
   null col3
from toto;

I have the error 'column with length equal to zero is not possible'.

How can I do that ??? Received on Thu Feb 20 2003 - 10:12:55 CST

Original text of this message

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