ClickHouse/dbms/tests/integration/test_server_initialization/clickhouse_path/metadata/default/sophisticated_default.sql

7 lines
119 B
MySQL
Raw Normal View History

ATTACH TABLE sophisticated_default
(
2020-03-10 13:34:54 +00:00
a UInt8 DEFAULT 3,
b UInt8 ALIAS a - 3 + 9,
c UInt8
) ENGINE = Memory