mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test.
This commit is contained in:
parent
d0067afa1f
commit
0b9c53ac7d
@ -0,0 +1,11 @@
|
||||
select * from system.one t1
|
||||
join system.one t2
|
||||
on t1.dummy = t2.dummy
|
||||
limit 0
|
||||
FORMAT TabSeparated;
|
||||
|
||||
select * from system.one t1
|
||||
join system.one t2
|
||||
on t1.dummy = t2.dummy
|
||||
where t2.dummy > 0
|
||||
FORMAT TabSeparated;
|
Loading…
Reference in New Issue
Block a user