mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
# format_csv_null_representation should initially be \\N
|
|
"val1",\N,"val3"
|
|
# Changing format_csv_null_representation
|
|
"val1",∅,"val3"
|