Update 10-function.md

This commit is contained in:
wade zhang 2024-07-10 11:23:49 +08:00 committed by GitHub
parent 3e4822b8dd
commit fe0737e5bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.