mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Doc fix: editing text about escaping
This commit is contained in:
parent
3a38d4ed50
commit
fd7c1589bb
@ -357,11 +357,11 @@ SELECT * FROM t_null
|
|||||||
Rows are not escaped in `Pretty` format:
|
Rows are not escaped in `Pretty` format:
|
||||||
|
|
||||||
``` sql
|
``` sql
|
||||||
:) SELECT 'String with \'quotes\' and \t character' AS Test_escaping
|
:) SELECT 'String with \'quotes\' and \t character' AS Escaping_test
|
||||||
FORMAT Pretty
|
FORMAT Pretty;
|
||||||
|
|
||||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
┃ Test_escaping ┃
|
┃ Escaping_test ┃
|
||||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||||
│ String with 'quotes' and character │
|
│ String with 'quotes' and character │
|
||||||
└───────────────────────────────────────────┘
|
└───────────────────────────────────────────┘
|
||||||
|
Loading…
Reference in New Issue
Block a user