Merge pull request #7004 from taosdata/docs/Update-Latest-Feature

[TD-848] <docs>: fix description about SPREAD return type.
This commit is contained in:
Elias Soong 2021-07-23 18:45:03 +08:00 committed by GitHub
commit 682060c01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ TDengine supports aggregations over data, they are listed below:
``` ```
Function: Return the difference between the max value and the min value of a column in statistics /STable. Function: Return the difference between the max value and the min value of a column in statistics /STable.
Return Data Type: Same as applicable fields. Return Data Type: Double.
Applicable Fields: All types except binary, nchar, bool. Applicable Fields: All types except binary, nchar, bool.