docs:[TD-32510] Modify the description of function WEEKDAY.

This commit is contained in:
Jing Sima 2024-10-11 09:07:12 +08:00
parent b513313551
commit ceb4e4495a
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。
- 输入时间戳的精度由所查询表的精度确定, 若未指定表, 则精度为毫秒.