mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
266fa9d99c
* DOCSUP-1063 (#114) * added first draft * added translation for force_optimize_skip_unused_shards and fixed anchors * fixes * fixes * fixed alter.md Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru> * CLICKHOUSEDOCS-627: Updated templated. * Fixed markup. * CLICKHOUSEDOCS-627: Fixed links. Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru> Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com> Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
22 lines
365 B
Markdown
22 lines
365 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.
|