ReferenceCommandsManaging MetadataDrop FieldOn this pageDrop Field Remove a field from a table Syntax alter table <table reference> drop field <field name> Parameters table reference String — Name of the table to remove a field from, optionally qualified by schema. field name String — Name of the field to remove.