H2 supports a special SQL statement to drop all objects:
DROP ALL OBJECTS [DELETE FILES]
If you don’t want to drop all tables, you might want to use truncate table:
TRUNCATE TABLE
H2 supports a special SQL statement to drop all objects:
DROP ALL OBJECTS [DELETE FILES]
If you don’t want to drop all tables, you might want to use truncate table:
TRUNCATE TABLE