I tried both, and they both returned a "not authorized". ```sql ALTER TABLE <table> DROP COLUMN <col

I tried both, and they both returned a "not authorized".
ALTER TABLE <table> DROP COLUMN <column>;
ALTER TABLE <table> DROP <column>;
Was this page helpful?