mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Trigger CI
This commit is contained in:
parent
e3a8712e15
commit
b707156e09
@ -9,6 +9,7 @@ SELECT * FROM pk_func ORDER BY toDate(d), ui LIMIT 5;
|
||||
|
||||
DROP TABLE pk_func;
|
||||
|
||||
DROP TABLE IF EXISTS nORX;
|
||||
CREATE TABLE nORX (`A` Int64, `B` Int64, `V` Int64) ENGINE = MergeTree ORDER BY (A, negate(B));
|
||||
INSERT INTO nORX SELECT 111, number, number FROM numbers(10000000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user