想清空内置数据库的一个表
DELETE FROM your_table_name;
或
DROP TABLE your_table_name;
最后的;去掉
DELETE FROM your_table_name
使用dbeaver连接hsql数据,然后这个可视化工具就可以直接删除了,先做好备份!