Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

oracle alter table delete column

alter table table_name drop column column_name;
alter table table_name drop (column_name1, column_name2);
Source by oracle-base.com #
 
PREVIOUS NEXT
Tagged: #oracle #alter #table #delete #column
ADD COMMENT
Topic
Name
1+4 =