Delete all tables in Derby DB

后端 未结 10 1078
离开以前
离开以前 2020-12-30 05:42

How do i delete all the tables in the schema on Apache Derby DB using JDBC?

10条回答
  •  半阙折子戏
    2020-12-30 06:02

    A simple solution is to do right click -> disconnect then delete the folder containing your database and reconnect it.

提交回复
热议问题