ClickHouse/utils/durability-test/create.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
67 B
MySQL
Raw Normal View History

2020-09-01 01:46:40 +00:00
CREATE TABLE test (a Int, s String) ENGINE = MergeTree ORDER BY a;