SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT 'DROP TABLE "' || TABLE_NAME || '" CASCADE CONSTRAINTS;' FROM user_tables;
user_tables is a system table which contains all the tables of the user the SELECT clause will generate a DROP statement for every table you can run the script
user_tables