mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
better test
This commit is contained in:
parent
1402a00c8c
commit
3fc4d8988b
@ -1,2 +1,3 @@
|
||||
1 one
|
||||
1 one
|
||||
1 one
|
||||
|
@ -21,4 +21,10 @@ OPTIMIZE TABLE test_projection_deduplicate DEDUPLICATE; -- { serverError NOT_IMP
|
||||
|
||||
SELECT * FROM test_projection_deduplicate;
|
||||
|
||||
ALTER TABLE test_projection_deduplicate DROP PROJECTION test_projection;
|
||||
|
||||
OPTIMIZE TABLE test_projection_deduplicate DEDUPLICATE;
|
||||
|
||||
SELECT * FROM test_projection_deduplicate;
|
||||
|
||||
DROP TABLE test_projection_deduplicate;
|
||||
|
Loading…
Reference in New Issue
Block a user