CREATE TABLE iot_history_sensor_data_${table_index} LIKE iot_history_sensor_data_1; ALTER TABLE iot_history_sensor_data UNION(${table_names}) ;