When i try to drop a column using the below command,
alter table <table_name> drop <column_name>;
am getting "missing keyword" error.
Getting the same error when am using column keyword also as below,
alter table <table_name> drop column <column_name>;