Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在内存中创建了一个 hsqldb 并且正在使用默认的数据库/模式。现在我想以编程方式删除并重新创建数据库。
我怎么做?
DROP SCHEMA 公共级联
这将清除公共架构。如果您创建其他模式,请使用模式名称而不是 PUBLIC 使用相同的命令。