Postgres Drop All Tables Owned By A User

[Solved] Postgres Drop All Tables Owned By A User | Sql - Code Explorer | yomemimo.com
Question : postgres drop all tables owned by a user

Answered by : cephas-kingori

DROP OWNED BY <user> ;

Source : | Last Update : Tue, 26 Apr 22

Answers related to postgres drop all tables owned by a user

Code Explorer Popular Question For Sql