influxdb clone measurement

Solutions on MaxInterview for influxdb clone measurement by the best coders in the world

showing results for - "influxdb clone measurement"
Ana Sofia
06 Feb 2016
1# InfluxDB: Clone measurement. 
2# If you don't specify group by *, the tags will turn into fields.
3SELECT * INTO NewMeasurementName FROM SourceMeasurmentName group by *