From fdd924215124c9604645e21cf9fa9f8f877b7e1b Mon Sep 17 00:00:00 2001 From: ti-srebot <66930949+ti-srebot@users.noreply.github.com> Date: Tue, 15 Sep 2020 15:08:16 +0800 Subject: [PATCH] cherry pick #3912 to release-4.0 (#3914) Signed-off-by: ti-srebot Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- 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 633e9a6250688..8d80853df3cac 100644 --- a/functions-and-operators/aggregate-group-by-functions.md +++ b/functions-and-operators/aggregate-group-by-functions.md @@ -117,7 +117,6 @@ group by id, val; The following aggregate functions are currently unsupported in TiDB. You can track our progress in [TiDB #7623](https://github.com/pingcap/tidb/issues/7623): -- `STD`, `STDDEV`, `STDDEV_POP` - `STDDEV_SAMP` - `VAR_SAMP` - `JSON_ARRAYAGG`