mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
add doc with toStartOfDay()
This commit is contained in:
parent
07a11de679
commit
84caaf9bab
@ -85,6 +85,10 @@ Note: If you need to round a date with time to any other number of seconds, minu
|
||||
|
||||
Rounds down a date with time to the start of the hour.
|
||||
|
||||
## toStartOfDay
|
||||
|
||||
Rounds down a date with time to the start of the day.
|
||||
|
||||
## toTime
|
||||
|
||||
Converts a date with time to a certain fixed date, while preserving the time.
|
||||
|
@ -74,6 +74,9 @@ SELECT
|
||||
## toStartOfHour
|
||||
Округляет дату-с-временем вниз до начала часа.
|
||||
|
||||
## toStartOfDay
|
||||
Округляет дату-с-временем вниз до начала дня.
|
||||
|
||||
## toTime
|
||||
Переводит дату-с-временем на некоторую фиксированную дату, сохраняя при этом время.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user