How to see all the tables in an HSQLDB database?

前端 未结 6 1367
自闭症患者
自闭症患者 2020-11-30 04:44

I usually use SQLDeveloper to browse the database, but I couldn\'t make it work with HSQLDB and I don\'t know which tables are already created… I guess it\'s a vendor-specif

6条回答
  •  不知归路
    2020-11-30 05:05

    Use the \dt command when you hit the >sql prompt in the command line for HSQLDB.

提交回复
热议问题