Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I add a null column to...

Re: How do I add a null column to...

From: Rudy Van den Bergh <ambreville_at_technum.be>
Date: Fri, 29 May 1998 14:50:41 +0200
Message-ID: <6kml6l$3nn$1@tornix.tornado.be>


CREATE TABLE <TABLENAME> AS SELECT <FIELD LIST> , NULL <COLUMN NAME> FROM ...

So just add a null value with a synonym to the select.

                Rudy

new_user_at_email.msn.com wrote in message ...
>How do I add a null column to...to a create tbl as ... SQL string without
>getting a crap columns suck message through ODBC
>
>Oracle is better than Access 2.0
>
>I love you all
>
>Kevin
>
>
>
Received on Fri May 29 1998 - 07:50:41 CDT

Original text of this message

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