Created
May 5, 2016 23:45
-
-
Save alexanderjsingleton/a5ac2342479807e6fc7a9691d15cb6e1 to your computer and use it in GitHub Desktop.
"DROP 'EM, CREEP!" -RoboCob | A SQL-snipper to clear/purge all table-data.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT 'drop table '||table_name||' cascade constraints;' FROM user_tables; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment