Skip to content

Instantly share code, notes, and snippets.

@aaberg
Created June 4, 2014 11:24
Show Gist options
  • Save aaberg/933f934db3785ec6d05b to your computer and use it in GitHub Desktop.
Save aaberg/933f934db3785ec6d05b to your computer and use it in GitHub Desktop.
Truncate table with sql2o
try (Connection connection = sql2o.open()) {
connection.createQuery("truncate table mytable").executeUpdate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment