insert into iot_data.dmp_log_method_time_${MachineCode}_${collectMonth}
USING iot_data.super_dmp_log_method_time
TAGS(${MachineCode},${collectMonth}) (ts,trace_id,type, method_name, method_description, spend_time_seconds)
values (#{TimeStamp}, #{TraceId}, #{type}, #{MethodName}, #{MethodDescription}, #{SpendTimeSeconds})
create table if not exists iot_data.dmp_log_method_time_${machineCode}_${collectMonth} using iot_data.super_dmp_log_method_time TAGS
(
${machineCode},${collectMonth}
)