mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Try to fix stateful test
This commit is contained in:
parent
daa60acb19
commit
bd52e9833e
@ -7,7 +7,7 @@ CREATE TABLE hits_gcd (`WatchID` UInt64 CODEC (GCD,LZ4), `JavaEnable` UInt8 CODE
|
||||
SAMPLE BY intHash32(UserID);
|
||||
|
||||
|
||||
INSERT INTO hits_gcd SELECT * FROM hits;
|
||||
INSERT INTO hits_gcd SELECT * FROM test.hits;
|
||||
SELECT * FROM hits_gcd FORMAT Null;
|
||||
|
||||
DROP TABLE IF EXISTS hits_gcd;
|
||||
DROP TABLE IF EXISTS hits_gcd;
|
||||
|
Loading…
Reference in New Issue
Block a user