How can I list all tables in a database with Squirrel SQL?

前端 未结 4 2031
野性不改
野性不改 2021-02-07 05:21

I use Squirrel SQL to connect to a JavaDB/Derby database on my desktop. I can run SQL queries.

But how can I list all tables in the database? And preferably all column a

4条回答
  •  礼貌的吻别
    2021-02-07 05:26

    Sometimes I noticed that doing the above may not result in the tables showing. Before I figured this out, my table node will not be expandable and I can never get a list of the tables.

    After a lot of searching on the internet, I learnt that you need to choose the schema from the catalog drop down box located at the upper left portion of the squirrel sql client before the icons to be able to get the table list for that particular schema.

    Hope that helps.

提交回复
热议问题