ClickHouse/docs/dscr-templates/template-system-table.md
2020-03-27 08:25:38 +03:00

22 lines
368 B
Markdown

## 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
Some output. It shouldn't be too long.
```
**See Also**
- [Article name](path/to/article_name.md) — Some words about referenced information.