mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
26 lines
381 B
Markdown
26 lines
381 B
Markdown
# system.table_name {#system-tables_table-name}
|
|
|
|
Description.
|
|
|
|
Columns:
|
|
|
|
- `column_name` ([data_type_name](path/to/data_type.md)) — Description.
|
|
|
|
**Example**
|
|
|
|
Query:
|
|
|
|
``` sql
|
|
SELECT * FROM system.table_name
|
|
```
|
|
|
|
Result:
|
|
|
|
``` text
|
|
Some output. It shouldn't be too long.
|
|
```
|
|
|
|
**See Also**
|
|
|
|
- [Article name](path/to/article_name.md) — Some words about referenced information.
|