ClickHouse/tests/queries/0_stateless/01014_format_custom_separated.reference

11 lines
288 B
Plaintext
Raw Normal View History

2019-09-24 19:56:45 +00:00
========== 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"