From 544c10181d01caa03bdb13f26562d33cc7e011a0 Mon Sep 17 00:00:00 2001 From: Feng Liyuan Date: Tue, 15 Sep 2020 13:35:01 +0800 Subject: [PATCH] cherry pick #4504 to release-3.0 Signed-off-by: ti-srebot --- functions-and-operators/aggregate-group-by-functions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/functions-and-operators/aggregate-group-by-functions.md b/functions-and-operators/aggregate-group-by-functions.md index 5981acedd01a..4fa7cbbdb99f 100644 --- a/functions-and-operators/aggregate-group-by-functions.md +++ b/functions-and-operators/aggregate-group-by-functions.md @@ -149,7 +149,6 @@ group by id, val; TiDB 目前不支持的聚合函数如下所示,相关进展参阅 [TiDB #7623](https://github.com/pingcap/tidb/issues/7623)。 -- `STD`, `STDDEV`, `STDDEV_POP` - `STDDEV_SAMP` - `VARIANCE`, `VAR_POP` - `VAR_SAMP`