📜  influxdb 克隆测量 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:31.494000             🧑  作者: Mango

代码示例1
# InfluxDB: Clone measurement. 
# If you don't specify group by *, the tags will turn into fields.
SELECT * INTO NewMeasurementName FROM SourceMeasurmentName group by *