ClickHouse/docs/en/system_tables/system.tables.md

8 lines
355 B
Markdown
Raw Normal View History

# system.tables
2017-04-03 19:49:50 +00:00
This table contains the String columns 'database', 'name', and 'engine' and the DateTime column 'metadata_modification_time'.
2017-04-26 17:37:55 +00:00
Each table that the server knows about is entered in the 'system.tables' table.
There is an issue: table engines are specified without parameters.
This system table is used for implementing SHOW TABLES queries.