Update date-time-functions.md

This commit is contained in:
Yarik Briukhovetskyi 2024-04-05 15:09:06 +02:00 committed by GitHub
parent 497e3bb48f
commit d9d9174299
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1835,9 +1835,10 @@ Alias: `dateTrunc`.
- `unit` — The type of interval to truncate the result. [String Literal](../syntax.md#syntax-string-literal).
Possible values:
- `nanosecond`- COMPATIBLE ONLY WITH DATETIME64
- `microsecond`- COMPATIBLE ONLY WITH DATETIME64
- `milisecond`-COMPATIBLE ONLY WITH DATETIME64
- `nanosecond` - Compatible only with DateTime64
- `microsecond` - Compatible only with DateTime64
- `milisecond` - Compatible only with DateTime64
- `second`
- `minute`
- `hour`