docs: add notes for countAlwaysReturnValue parameter

This commit is contained in:
Ganlin Zhao 2023-02-15 17:06:20 +08:00
parent e3bfc9ddf3
commit bda2e544c7
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ taos --dump-config
| 含义 | count/hyperloglog函数在数据为空或者NULL的情况下是否返回值 |
| 取值范围 | 0返回空行1返回 0 |
| 缺省值 | 1 |
| 补充说明 | 该参数设置为 1 时: 对于查询中含有 group bypartition by 以及 interval 子句的情况下, count/hyperloglog 函数结果仍然返回空行; 查询中 count/hyperloglog 和其他聚合函数一起使用时其他聚合函数输出结果为NULL |
| 补充说明 | 该参数设置为 1 时: 对于查询中含有 GROUP BYPARTITION BY 以及 INTERVAL 子句的情况下, count/hyperloglog 函数结果仍然返回空行; 查询中 count/hyperloglog 和其他聚合函数一起使用时其他聚合函数输出结果为NULL |
## 区域相关