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 -> newbie question: how to delete a column from a table definition

newbie question: how to delete a column from a table definition

From: Steven Cools <Steven_at_digimap.be>
Date: 10 Apr 1998 07:44:40 GMT
Message-ID: <01bd6453$e9959740$74faa8c0@steven>


Hi,

    this is a very simple question : how can I delete a column from a table definition using PL/SQL? I searched through the manual of PL/SQL but I couldn't find it. Why is it not as simple as in Informix/SQL:

alter table TABLENAME
drop NAME-OF-COLUMN

This drop statement in PL/SQL seems to be only used for the removal of integrity constraints !?

BTW: I use SQL*Plus included with Oracle 7.3

please help, thanks

Steven Cools Received on Fri Apr 10 1998 - 02:44:40 CDT

Original text of this message

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