Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TDengine查询问题 1.库中数据已插入库中 2.控制台执行查询脚本,可以查询到数据 3.代码执行查询结果是200,但是结果元素显示都是空的 #56

Open
xuyuanzhong opened this issue Dec 28, 2023 · 2 comments

Comments

@xuyuanzhong
Copy link

1.库中数据已插入库中
2.控制台执行查询脚本,可以查询到数据
3.代码执行查询结果是200,但是结果元素显示都是空的

@xiaonannet
Copy link
Collaborator

原因:因为Tdengine SQL 查询中如果使用了函数,返回的结果字段中会包含函数名,会导致ThingLinks存在解析问题,需要修改Tdengine Server配置文件,重启Tdengine 服务。

gine官方配置文件详解

解决方案:

image

添加以下配置内容
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants