Re: How can I drop a column from a table?

From: Gonzalo Gili I <ggili_at_canal13.cl>
Date: 1996/07/31
Message-ID: <31FF89DF.60DD_at_canal13.cl>#1/1


Jarmo Tuominen wrote:
> =
 

> What is the best way to drop a column from the table? Is there any comm=
 and for this?
> =
 

> Jarmo Tuominen

Create a new table with the command:

create table XX as select <>

where the select <> ommits the column you don=B4t want. Then you can =

rename XX to whatever you want. Received on Wed Jul 31 1996 - 00:00:00 CEST

Original text of this message