Re: create table with null value

From: (wrong string) éb <spribetich_at_auchan.com>
Date: Thu, 20 Feb 2003 17:52:22 +0100
Message-ID: <b330bv$2jm$1_at_reader1.imaginet.fr>


> Try
> create table toto2 as select col1, col2, col3 from toto where 1=2;
> insert /*+ APPEND */ into toto2 select col1, col2, NULL from toto;
> --

No I don't want to make an insert, because I have many many tables with many many columns. Received on Thu Feb 20 2003 - 17:52:22 CET

Original text of this message