Skip to content

Instantly share code, notes, and snippets.

@twasink
Created June 13, 2012 10:32
Show Gist options
  • Save twasink/2923319 to your computer and use it in GitHub Desktop.
Save twasink/2923319 to your computer and use it in GitHub Desktop.
Query to delete all data from default HSQL database schema
-- PUBLIC is the default name of a HSQL database
truncate schema PUBLIC and commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment