mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 14:42:02 +00:00
7 lines
373 B
Markdown
7 lines
373 B
Markdown
# system.tables
|
|
|
|
This table contains the String columns 'database', 'name', and 'engine'.
|
|
Also, the table has three virtual columns: metadata_modification_time of type DateTime, create_table_query and engine_full of type String.
|
|
Each table that the server knows about is entered in the 'system.tables' table.
|
|
This system table is used for implementing SHOW TABLES queries.
|