blob: 82a61d086a0537f36011e4773ebcd2501ced68fe [file] [log] [blame]
-- droping all tables from the current user db
-- delete from user_tables;
select 'drop table', table_name,'cascade constraints;' from user_tables;