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:
|
||||
|
||||
``` sql
|
||||
:) SELECT 'String with \'quotes\' and \t character' AS Test_escaping
|
||||
FORMAT Pretty
|
||||
:) SELECT 'String with \'quotes\' and \t character' AS Escaping_test
|
||||
FORMAT Pretty;
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃ Test_escaping ┃
|
||||
┃ Escaping_test ┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ String with 'quotes' and character │
|
||||
└───────────────────────────────────────────┘
|
||||
|
Loading…
Reference in New Issue
Block a user