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: Drop column in 8i?

Re: Drop column in 8i?

From: Hassan Ayub <hassan_ayub_at_yahoo.com>
Date: 19 Feb 2002 07:46:45 -0800
Message-ID: <1df2b71.0202190746.196c1891@posting.google.com>


Hi there,

    Yes its possible and the syntax is:

  alter table emp
drop column comm;

good luck!!

Hassan Received on Tue Feb 19 2002 - 09:46:45 CST

Original text of this message

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