1.准备工作 首先,我需要创建一个表,然后里面写上对应的字段: create table t_order_mt( id UInt32, sku_id String, total_amount Decimal(16,2), create_time Datetime ) engine =MergeTree partition by toYYYYMMDD(crea