向ClickHouse表插入复杂数据1、创建表2、模拟数据3、导入CSV格式数据4、插入的方式导入数据5、删除数据
1、创建表CREATE TABLE test_db.aa_local on cluster cluster_name ( fdate Int64, time_slot Int64, placement_id String, city_id String, city_name String, user_id String, request_id String, request_time_ms Int64,