提交 bc954794 编写于 作者: D dingbo8128

broken link

上级 a57d6cb1
...@@ -46,7 +46,7 @@ In summary, records across subtables can be aggregated by a simple query on thei ...@@ -46,7 +46,7 @@ In summary, records across subtables can be aggregated by a simple query on thei
### Example 1 ### Example 1
In [TDengine CLI](../../tool/cli) `taos`, use the SQL below to get the average voltage of all the meters in California grouped by location. In [TDengine CLI](../../tools/cli) `taos`, use the SQL below to get the average voltage of all the meters in California grouped by location.
```sql title="SQL" ```sql title="SQL"
SELECT location, AVG(voltage) FROM test.meters GROUP BY location; SELECT location, AVG(voltage) FROM test.meters GROUP BY location;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册