CREATE TABLE hits_none (Title String CODEC(NONE)) ENGINE = MergeTree ORDER BY tuple() INSERT INTO hits_none SELECT Title FROM test.hits OPTIMIZE TABLE hits_none FINAL DROP TABLE hits_none