📅  最后修改于: 2022-03-11 15:05:03.329000             🧑  作者: Mango
代码示例1
-- tested on oracle 18c
alter table table_name drop column column_name;
-- example
alter table products drop column category;