From fe0737e5bf54e89add8e3e2ff49494c0147fced0 Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:23:49 +0800 Subject: [PATCH] Update 10-function.md --- docs/en/12-taos-sql/10-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/12-taos-sql/10-function.md b/docs/en/12-taos-sql/10-function.md index 93e04f3255..29cf4f74e5 100644 --- a/docs/en/12-taos-sql/10-function.md +++ b/docs/en/12-taos-sql/10-function.md @@ -1226,7 +1226,7 @@ ignore_option: { - `3` means that negative values ​​(diff results) are ignored and null values ​​are ignored - For tables with composite primary key, the data with the smallest primary key value is used to calculate the difference. -**Return value type**: `bool`, `timestamp` type and integer value type all return `int_64`, `floating` point type returns `double`, and if the diff result overflows, it is returned as overflow. +**Return value type**: `bool`, `timestamp` and `integer` value type all return `int_64`, `float` type returns `double`; if the diff result overflows, it is returned as overflow. **Applicable data types**: Numeric type, timestamp and bool type.