ClickHouse/tests/queries/0_stateless/02993_values_escape_quote.reference
Azat Khuzhin bbe38a3fe4 Add ability to escape quotes in Values format with single quote
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-15 12:47:29 +01:00

4 lines
115 B
Plaintext

('foo')('foo\'bar')('foo\'\'bar')
output_format_values_escape_quote_with_quote=1
('foo')('foo''bar')('foo''''bar')