link
Search commands...
⌘
K
psql
/
drop-table
Drop Table
Delete a PostgreSQL table
Back
table
delete
Command
DROP TABLE tablename
;
Show Explanation
Examples
Drop users table
DROP TABLE
users
;