This example deletes the column my_column of table my_table:

ALTER TABLE my_table
DROP COLUMN my_column;

Get started with DB Pilot

DB Pilot is a Database GUI client and SQL editor for PostgreSQL, MySQL, SQLite, DuckDB & more.