mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Doc fix: last fixes
This commit is contained in:
parent
996263490c
commit
0ce656856a
@ -347,10 +347,10 @@ Each result block is output as a separate table. This is necessary so that block
|
||||
Example (shown for the [PrettyCompact](#prettycompact) format):
|
||||
|
||||
``` sql
|
||||
SELECT * FROM t_null FORMAT
|
||||
SELECT * FROM t_null
|
||||
```
|
||||
|
||||
``` text
|
||||
```
|
||||
┌─x─┬─y────┐
|
||||
│ 1 │ ᴺᵁᴸᴸ │
|
||||
└───┴──────┘
|
||||
|
Loading…
Reference in New Issue
Block a user