未验证 提交 b80d0e4e 编写于 作者: Y Yang Zhao 提交者: GitHub

docs: fix taosbenchmark query sql (#15874)

上级 0ee815c6
......@@ -129,7 +129,7 @@ taos> select avg(current), max(voltage), min(phase) from test.meters;
查询 location="California.SanFrancisco" 的记录总条数:
```sql
taos> select count(*) from test.meters where location="California.SanFrancisco";
taos> select count(*) from test.meters where location="San Francisco";
```
查询 groupId=10 的所有记录的平均值、最大值、最小值等:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册