ClickHouse/tests/queries/0_stateless/00506_shard_global_in_union.reference
Ivan 97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00

23 lines
423 B
Plaintext

1
3
34
NOW okay =========================:
34
34
NOW BAD ==========================:
34
34
finish ===========================;
* A UNION * B:
A 1970-01-01 03:00:01
B 1970-01-01 03:00:02
Event, Datetime A UNION * B:
A 1970-01-01 03:00:01
B 1970-01-01 03:00:02
* A UNION Event, Datetime B:
A 1970-01-01 03:00:01
B 1970-01-01 03:00:02
Event, Datetime A UNION Event, Datetime B:
A 1970-01-01 03:00:01
B 1970-01-01 03:00:02