ClickHouse/tests/queries/0_stateless/00300_csv.reference
Nikita Mikhaylov 04897eb0fa Done
2024-06-14 01:43:47 +02:00

20 lines
857 B
Plaintext

"Hello, ""World""",123,"[1,2,3]",456,"['abc','def']","Newline
here"
"x","y","z","a","b"
"Hello, ""World""",123,"[1,2,3]",456,"['abc','def']","Newline
here"
"x","y","z","a","b"
"String","UInt8","Array(UInt8)","Tuple(UInt16, Array(String))","String"
"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"