Skip to content

SHOW TABLES

Synopsis

1
SHOW | LIST TABLES [EXTENDED];

Description

List the defined tables.

Example

1
2
3
4
5
-- See the list of tables currently registered:
LIST TABLES;

-- See extended information about currently registered tables:
SHOW TABLES EXTENDED; 

Last update: 2023-03-31