mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
bbe38a3fe4
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
('foo')('foo\'bar')('foo\'\'bar')
|
|
output_format_values_escape_quote_with_quote=1
|
|
('foo')('foo''bar')('foo''''bar')
|