提交 aafd139b 编写于 作者: S Shuduo Sang

[TD-4238]<fix>: taosdemo async subscribe

subsribe sql command do not use aggregation functions.
上级 6451d1fc
......@@ -15,11 +15,11 @@
"resubAfterConsume": 10,
"sqls": [
{
"sql": "select avg(col1) from meters where col1 > 1;",
"sql": "select col1 from meters where col1 > 1;",
"result": "./subscribe_res0.txt"
},
{
"sql": "select avg(col2) from meters where col2 > 1;",
"sql": "select col2 from meters where col2 > 1;",
"result": "./subscribe_res2.txt"
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册