mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
16 lines
697 B
Plaintext
16 lines
697 B
Plaintext
|
"x","y","z","a","b"
|
||
|
"Hello, ""World""",123,"[1,2,3]",456,"['abc','def']","Newline
|
||
|
here"
|
||
|
"Hello, ""World""",123,"[1,2,3]",456,"['abc','def']","Newline
|
||
|
here"
|
||
|
0,"0","[]","2000-01-01","2000-01-01 00:00:00"
|
||
|
1,"1","[0]","2000-01-02","2000-01-01 00:00:01"
|
||
|
2,"2","[0,1]","2000-01-03","2000-01-01 00:00:02"
|
||
|
3,"3","[0,1,2]","2000-01-04","2000-01-01 00:00:03"
|
||
|
4,"4","[0,1,2,3]","2000-01-05","2000-01-01 00:00:04"
|
||
|
5,"5","[0,1,2,3,4]","2000-01-06","2000-01-01 00:00:05"
|
||
|
6,"6","[0,1,2,3,4,5]","2000-01-07","2000-01-01 00:00:06"
|
||
|
7,"7","[0,1,2,3,4,5,6]","2000-01-08","2000-01-01 00:00:07"
|
||
|
8,"8","[0,1,2,3,4,5,6,7]","2000-01-09","2000-01-01 00:00:08"
|
||
|
9,"9","[0,1,2,3,4,5,6,7,8]","2000-01-10","2000-01-01 00:00:09"
|