Merge pull request #28305 from taosdata/docs/main/TD-32510

docs:[TD-32510] Modify the description of function WEEKDAY.
This commit is contained in:
wade zhang 2024-10-11 09:13:45 +08:00 committed by GitHub
commit 6b25c4756b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1458,7 +1458,7 @@ WEEKDAY(expr)
**适用于**: 表和超级表。 **适用于**: 表和超级表。
**使用说明** **使用说明**
- 返回值 0 代表周1 代表周一 ... 6 代表周六 - 返回值 0 代表周1 代表周二 ... 6 代表周日
- 若 `expr` 为 NULL返回 NULL。 - 若 `expr` 为 NULL返回 NULL。
- 输入时间戳的精度由所查询表的精度确定, 若未指定表, 则精度为毫秒. - 输入时间戳的精度由所查询表的精度确定, 若未指定表, 则精度为毫秒.