提问人:Monster Zhang 提问时间:11/9/2023 更新时间:11/10/2023 访问量:8
如何在Apache IoTDB中用历史数据修改属性名称?
How to change the attribute name with historical data in Apache IoTDB?
答:
0赞
Xuan Ronaldo
11/10/2023
#1
您可以在 Apache IoTDB 中使用语句重命名标签或属性,不会影响历史数据的存储。ALTER timeseries root.turbine.d1.s1 RENAME tag1 TO newTag1
评论