mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Un-commented cleanup code in test
This commit is contained in:
parent
f8c9d6e863
commit
b11301f257
@ -49,5 +49,5 @@ SELECT 'r1', id, val, count(), uniqExact(unique_value) FROM replicated_deduplica
|
|||||||
SELECT 'r2', id, val, count(), uniqExact(unique_value) FROM replicated_deduplicate_by_columns_r2 GROUP BY id, val ORDER BY id, val;
|
SELECT 'r2', id, val, count(), uniqExact(unique_value) FROM replicated_deduplicate_by_columns_r2 GROUP BY id, val ORDER BY id, val;
|
||||||
|
|
||||||
-- cleanup the mess
|
-- cleanup the mess
|
||||||
--DROP TABLE replicated_deduplicate_by_columns_r1;
|
DROP TABLE replicated_deduplicate_by_columns_r1;
|
||||||
--DROP TABLE replicated_deduplicate_by_columns_r2;
|
DROP TABLE replicated_deduplicate_by_columns_r2;
|
||||||
|
Loading…
Reference in New Issue
Block a user