insert into iot_data.new_process_param_${collect.workstationId}_${collect.item} using iot_data.super_new_collect_data TAGS(#{collect.workstationId}, #{collect.n}) values (#{collect.ts}, #{collect.v}) CREATE TABLE IF NOT EXISTS super_new_collect_data ( ts timestamp, v NCHAR(256) ) TAGS (workstation_id BIGINT, n NCHAR(64));