ClickHouse/docs/_description_templates/template-system-table.md

26 lines
381 B
Markdown
Raw Normal View History

# system.table_name {#system-tables_table-name}
Description.
Columns:
- `column_name` ([data_type_name](path/to/data_type.md)) — Description.
**Example**
2021-02-15 21:03:02 +00:00
Query:
``` sql
SELECT * FROM system.table_name
```
2021-02-15 21:03:02 +00:00
Result:
``` text
2020-03-27 05:25:38 +00:00
Some output. It shouldn't be too long.
```
**See Also**
2020-03-27 05:25:38 +00:00
- [Article name](path/to/article_name.md) — Some words about referenced information.