Click to copy
Tables • Reviewed for ksqlDB 0.29
How to List Tables in ksqlDB
To list all the tables in your ksqlDB cluster, run:
LIST TABLES;
Alternatively, you can also use SHOW
instead, as they are essentially the same.
Was this article helpful?