Home

Published

- 1 min read

drop colum oracle 18c

img of drop colum oracle 18c

The solution for this is noted below

drop colum oracle 18c

Solution

   -- tested on oracle 18c
alter table table_name drop column column_name;

-- example
alter table products drop column category;

Try other methods by searching on the site. That is if this doesn’t work