Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

influxdb clone measurement

# InfluxDB: Clone measurement. 
# If you don't specify group by *, the tags will turn into fields.
SELECT * INTO NewMeasurementName FROM SourceMeasurmentName group by *
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #influxdb #clone #measurement
ADD COMMENT
Topic
Name
8+8 =