list tables in redshift using SQLWorkbench

roy picture roy · Jun 5, 2014 · Viewed 9.8k times · Source

How do I list tables in redshift ?

I am using SQLWorkbench.

I tried SHOW TABLES; and \dt are not recognized commands.

Any help?

Answer

Mukul Bhardwaj picture Mukul Bhardwaj · May 22, 2017

On Sql workbench,

Go to Tools -> New DBexplorerWindow

it will load all the tables and click on table name shown the table schema as well

Hope this is helpfull.