Posts

Showing posts with the label drop column

oracle delete column(drop)

alter table table_name drop column column_name select * from table_name