Delete (Columns Menu)
The delete function removes a column from the selected table. The column can not be recovered.
Note that this function requires multiple SQL statements. The table is first copied to a work table. In the process, the selected column is omitted. The currently selected table is then deleted and the work table renamed to the selected table name. All indexes, triggers, and views are then recreated.
The delete function supports the selection of multiple columns.
![]() |