mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
3c4b1ea9c5
This is the same as output_format_tsv_null_representation but is for CSV output.
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
# output_format_csv_null_representation should initially be \\N
|
|
"val1",\N,"val3"
|
|
# Changing output_format_csv_null_representation
|
|
"val1",∅,"val3"
|