Skip to content

Commit 6b9de5b

Browse files
committed
update function document
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
1 parent 288b7b7 commit 6b9de5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/user-guide/sql/scalar_functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,6 +2150,8 @@ date_trunc(precision, expression)
21502150
- hour / HOUR
21512151
- minute / MINUTE
21522152
- second / SECOND
2153+
- millisecond / MILLISECOND
2154+
- microsecond / MICROSECOND
21532155

21542156
- **expression**: Time expression to operate on. Can be a constant, column, or function.
21552157

0 commit comments

Comments
 (0)