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

22 lines
364 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**
``` sql
SELECT * FROM system.table_name
```
``` 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.