Strict order in select

This commit is contained in:
alesapin 2018-10-31 15:49:50 +03:00
parent 252109f314
commit 5e487608d2

View File

@ -6,6 +6,6 @@ INSERT INTO test.sample_merge_tree VALUES (toDateTime('2018-10-31 05:05:00'), 0)
OPTIMIZE TABLE test.sample_merge_tree FINAL;
SELECT * FROM test.sample_merge_tree;
SELECT * FROM test.sample_merge_tree ORDER BY x;
DROP TABLE IF EXISTS test.sample_merge_tree;