DROP TABLE IF EXISTS a; CREATE TABLE a (a UInt8, b UInt8) ENGINE MergeTree ORDER BY a; EXPLAIN SYNTAX SELECT * FROM a; DROP TABLE a;