pengukuran klon influxdb

# InfluxDB: Clone measurement. 
# If you don't specify group by *, the tags will turn into fields.
SELECT * INTO NewMeasurementName FROM SourceMeasurmentName group by *
Thoughtless Tapir