ClickHouse/tests/queries/0_stateless/01603_remove_column_ttl.reference

7 lines
240 B
Plaintext
Raw Normal View History

2020-12-16 07:26:18 +00:00
1 32
2 0
2020-12-16 10:23:11 +00:00
CREATE TABLE default.table_with_column_ttl\n(\n `EventTime` DateTime,\n `UserID` UInt64,\n `Age` UInt8\n)\nENGINE = MergeTree\nORDER BY tuple()\nSETTINGS min_bytes_for_wide_part = 0, index_granularity = 8192
2020-12-16 07:26:18 +00:00
1 32
2 0
3 27