Skip to content

Commit bc39924

Browse files
committed
Update date-trunc.md
1 parent 029d22d commit bc39924

File tree

1 file changed

+1
-1
lines changed
  • docs/en/sql-reference/20-sql-functions/05-datetime-functions

1 file changed

+1
-1
lines changed

docs/en/sql-reference/20-sql-functions/05-datetime-functions/date-trunc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import FunctionDescription from '@site/src/components/FunctionDescription';
55

66
<FunctionDescription description="Introduced or updated: v1.2.697"/>
77

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`.
8+
Truncates a date or timestamp 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`.
99

1010
## Syntax
1111

0 commit comments

Comments
 (0)