You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import FunctionDescription from '@site/src/components/FunctionDescription';
5
+
6
+
<FunctionDescriptiondescription="Introduced or updated: v1.2.697"/>
4
7
5
8
Truncates a date, time, or timestamp value to a specified precision. For example, if you truncate `2022-07-07` to `MONTH`, the result will be `2022-07-01`; if you truncate `2022-07-07 01:01:01.123456` to `SECOND`, the result will be `2022-07-07 01:01:01.000000`.
6
9
@@ -9,25 +12,24 @@ Truncates a date, time, or timestamp value to a specified precision. For example
0 commit comments