How do I list tables in redshift ?
I am using SQLWorkbench.
I tried SHOW TABLES;
and \dt
are not recognized commands.
Any help?
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.