Trigger CI

This commit is contained in:
alexey-milovidov 2020-05-09 19:19:47 +03:00 committed by GitHub
parent e3a8712e15
commit b707156e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);