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

26 lines
381 B
Markdown
Raw Normal View History

2023-07-03 18:15:20 +00:00
# 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.