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
@@ -865,7 +865,7 @@ This function truncates a date, time, or datetime to the temporal unit specified
865
865
The syntax is `truncate(datetime, field)`. Supported temporal units are: `year`, `month`, `day`, `hour`, `minute` or `second`.
866
866
867
867
Truncating a date, time or datetime value translates to obtaining a value of the same type in which all temporal units smaller than `field` have been pruned.
868
-
For hours, minutes and second this means setting them to `00`. For months and days, this means setting them to `01'.
868
+
For hours, minutes and second this means setting them to `00`. For months and days, this means setting them to `01`.
0 commit comments