How to Drop a Table in PostgreSQL
This example deletes the table my_table
:
DROP TABLE my_table
This example deletes the table my_table
:
DROP TABLE my_table
DB Pilot is a Database GUI client and SQL editor for PostgreSQL, MySQL, SQLite, DuckDB & more.