ByConity/utils/durability-test/create.sql

2 lines
67 B
SQL

CREATE TABLE test (a Int, s String) ENGINE = MergeTree ORDER BY a;