mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Minor fixes
This commit is contained in:
parent
c9dd1aa58b
commit
5a5542dd5c
@ -19,9 +19,7 @@ More text (Optional).
|
|||||||
|
|
||||||
**Returned value(s)**
|
**Returned value(s)**
|
||||||
|
|
||||||
- Returned values list.
|
- Returned values list. [Type name](relative/path/to/type/dscr.md#type).
|
||||||
|
|
||||||
Type: [Type](relative/path/to/type/dscr.md#type).
|
|
||||||
|
|
||||||
**Example**
|
**Example**
|
||||||
|
|
||||||
|
@ -8,10 +8,14 @@ Columns:
|
|||||||
|
|
||||||
**Example**
|
**Example**
|
||||||
|
|
||||||
|
Query:
|
||||||
|
|
||||||
``` sql
|
``` sql
|
||||||
SELECT * FROM system.table_name
|
SELECT * FROM system.table_name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Result:
|
||||||
|
|
||||||
``` text
|
``` text
|
||||||
Some output. It shouldn't be too long.
|
Some output. It shouldn't be too long.
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user