mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Update 01560_merge_distributed_join.sql
This commit is contained in:
parent
9969a73d50
commit
f38db2d421
@ -12,3 +12,8 @@ CREATE TABLE products as prod_hist ENGINE = Merge(currentDatabase(), '^products_
|
||||
|
||||
SELECT * FROM products AS p LEFT JOIN cat_hist AS c USING (categoryId);
|
||||
SELECT * FROM products AS p GLOBAL LEFT JOIN cat_hist AS c USING (categoryId);
|
||||
|
||||
DROP TABLE cat_hist;
|
||||
DROP TABLE prod_hist;
|
||||
DROP TABLE products_l;
|
||||
DROP TABLE products;
|
||||
|
Loading…
Reference in New Issue
Block a user