Skip to content

Instantly share code, notes, and snippets.

@mrdaemon
Created March 6, 2014 20:37
Show Gist options
  • Save mrdaemon/9399139 to your computer and use it in GitHub Desktop.
Save mrdaemon/9399139 to your computer and use it in GitHub Desktop.
for ass in (SELECT table_name FROM user_tables) loop
begin
execute immediate ( 'DROP TABLE '||ass.table_name );
end;
end loop;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment