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 -> Re: How do you rename a column in a table?

Re: How do you rename a column in a table?

From: wayne <no_at_email.please.com>
Date: 13 Jun 2001 22:18:04 GMT
Message-ID: <9g8oqs$hpt@dispatch.concentric.net>

> alter table xxx drop column oldcol;

Read the docs as to when you would want to use SET UNUSED vs DROP COLUMN; Received on Wed Jun 13 2001 - 17:18:04 CDT

Original text of this message

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