Skip to content

SHOW TABLES

Grammar Description

Shows all tables created by the current database as a list.

Grammar Structure

> SHOW TABLES [LIKE 'pattern' | WHERE expr | FROM 'pattern' | IN 'pattern']

Example

> SHOW TABLES;
+--------------------+
| name |
+--------------------+
| clusters |
| contributors |
| databases |
| functions |
| numbers |
| numbers_local |
| numbers_mt |
| one |
| processes |
| settings |
| tables |
| tracing |
+--------------------+