提交 42aa13bd 编写于 作者: wmmhello's avatar wmmhello

modify docs

上级 d6138569
...@@ -1094,7 +1094,7 @@ TDengine支持针对数据的聚合查询。提供支持的聚合和选择函数 ...@@ -1094,7 +1094,7 @@ TDengine支持针对数据的聚合查询。提供支持的聚合和选择函数
应用字段:适合于除时间主列外的任何类型字段。 应用字段:适合于除时间主列外的任何类型字段。
适用于:**表** 说明:由于返回数据量未知,考虑到内存因素,为了函数可以正常返回结果,建议不重复的数据量在10万级别,否则会报错
示例: 示例:
```mysql ```mysql
...@@ -1596,7 +1596,9 @@ TDengine支持针对数据的聚合查询。提供支持的聚合和选择函数 ...@@ -1596,7 +1596,9 @@ TDengine支持针对数据的聚合查询。提供支持的聚合和选择函数
支持版本:2.6.0.x 之后的版本。 支持版本:2.6.0.x 之后的版本。
说明:该函数可以应用在普通表和超级表上。不能和窗口操作一起使用,例如 interval/state_window/session_window 。 说明:
- 该函数可以应用在普通表和超级表上。不能和窗口操作一起使用,例如 interval/state_window/session_window 。
- 由于返回数据量未知,考虑到内存因素,为了函数可以正常返回结果,建议不重复的数据量在10万级别,否则会报错。
示例: 示例:
```mysql ```mysql
......
...@@ -863,7 +863,9 @@ TDengine supports aggregations over data, they are listed below: ...@@ -863,7 +863,9 @@ TDengine supports aggregations over data, they are listed below:
Applicable Fields: All types except timestamp. Applicable Fields: All types except timestamp.
Supported version: Version after 2.6.0 . Supported version: Version after 2.6.0 .
Note: Since the amount of returned data is unknown, considering the memory factor, in order to return the result normally, it is recommended that the amount of non repeated data is 100000, otherwise an error will be reported.
Example: Example:
```mysql ```mysql
taos> select voltage from d002; taos> select voltage from d002;
...@@ -1215,8 +1217,10 @@ TDengine supports aggregations over data, they are listed below: ...@@ -1215,8 +1217,10 @@ TDengine supports aggregations over data, they are listed below:
Supported version: Version after 2.6.0 . Supported version: Version after 2.6.0 .
Note: This function can be applied to ordinary tables and super tables. Cannot be used with window operations,such as interval/state_window/session_window. Note:
- This function can be applied to ordinary tables and super tables. Cannot be used with window operations,such as interval/state_window/session_window.
- Since the amount of returned data is unknown, considering the memory factor, in order to return the result normally, it is recommended that the amount of non repeated data is 100000, otherwise an error will be reported.
Example: Example:
```mysql ```mysql
taos> select ts,voltage from unique1; taos> select ts,voltage from unique1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册