ClickHouse/dbms/tests/integration/test_server_initialization/clickhouse_path/metadata/default/sophisticated_default.sql
2020-03-10 16:34:54 +03:00

7 lines
119 B
SQL

ATTACH TABLE sophisticated_default
(
a UInt8 DEFAULT 3,
b UInt8 ALIAS a - 3 + 9,
c UInt8
) ENGINE = Memory