mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 04:22:03 +00:00
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"
|