ClickHouse/docs/dscr-templates/template-system-table.md

22 lines
368 B
Markdown
Raw Normal View History

2020-03-27 05:25:38 +00:00
## system.table\_name {#system-tables_table-name}
Description.
Columns:
2020-03-27 05:25:38 +00:00
- `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.