mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
|
========== result ==========
|
||
|
||0 | "2019-09-24" | "hello" ||
|
||
|
||1 | "2019-09-25" | "world" ||
|
||
|
||2 | "2019-09-26" | "custom" ||
|
||
|
||3 | "2019-09-27" | "separated" ||
|
||
|
============================
|
||
|
0,"2019-09-24","hello"
|
||
|
1,"2019-09-25","world"
|
||
|
2,"2019-09-26","custom"
|
||
|
3,"2019-09-27","separated"
|