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`