ClickHouse/tests/queries/0_stateless/00119_storage_join.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

41 lines
333 B
Plaintext

0
1 abc
2 def
3 ghi
4
5
6
7
8
9
[]
abc [0]
def [1,2]
ghi []
[3,4,5]
[]
[]
[]
[]
[]
[] 0
[0] abc 1
[1,2] def 2
[] ghi 3
[3,4,5] 4
[] 5
[] 6
[] 7
[] 8
[] 9
1 [] 2 3 0 4
1 [0] 2 abc 3 1 4
1 [1,2] 2 def 3 2 4
1 [] 2 ghi 3 3 4
1 [3,4,5] 2 3 4 4
1 [] 2 3 5 4
1 [] 2 3 6 4
1 [] 2 3 7 4
1 [] 2 3 8 4
1 [] 2 3 9 4