This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new a5d5a8bbe03 [doc](pick)support microseconds/milliseconds func (#25245)
a5d5a8bbe03 is described below
commit a5d5a8bbe0366b5f3eb1943929edf0233769062d
Author: Liqf <[email protected]>
AuthorDate: Sat Oct 21 22:33:16 2023 +0800
[doc](pick)support microseconds/milliseconds func (#25245)
---
docs/sidebars.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/sidebars.json b/docs/sidebars.json
index fb8982d199f..089f0022d75 100644
--- a/docs/sidebars.json
+++ b/docs/sidebars.json
@@ -360,6 +360,11 @@
"sql-manual/sql-functions/date-time-functions/date_format",
"sql-manual/sql-functions/date-time-functions/datediff",
"sql-manual/sql-functions/date-time-functions/microseconds_add",
+
"sql-manual/sql-functions/date-time-functions/microseconds-diff",
+
"sql-manual/sql-functions/date-time-functions/microseconds-sub",
+
"sql-manual/sql-functions/date-time-functions/milliseconds-add",
+
"sql-manual/sql-functions/date-time-functions/milliseconds-diff",
+
"sql-manual/sql-functions/date-time-functions/milliseconds-sub",
"sql-manual/sql-functions/date-time-functions/minutes_add",
"sql-manual/sql-functions/date-time-functions/minutes_diff",
"sql-manual/sql-functions/date-time-functions/minutes_sub",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]