This commit is contained in:
DingZQ
2025-02-08 22:12:18 +08:00
parent daf392f362
commit bf99e7f347

View File

@@ -22,6 +22,7 @@ from(bucket: "{bucket}")
# 执行查询 # 执行查询
result = query_api.query(query) result = query_api.query(query)
print(result)
# 处理查询结果 # 处理查询结果
for table in result: for table in result: