Skip to main content

TO_START_OF_FIFTEEN_MINUTES

Rounds down the date with time (timestamp/datetime) to the start of the fifteen-minute interval.

Syntax

TO_START_OF_FIFTEEN_MINUTES(<expr>)

Arguments

ArgumentsDescription
<expr>timestamp

Return Type

TIMESTAMP, returns date in “YYYY-MM-DD hh:mm:ss.ffffff” format.

Examples

SELECT to_start_of_fifteen_minutes(now());
+------------------------------------+
| to_start_of_fifteen_minutes(now()) |
+------------------------------------+
| 2022-10-15 03:15:00.000000 |
+------------------------------------+

SELECT to_start_of_fifteen_minutes(to_timestamp(1630812366));
+-------------------------------------------------------+
| to_start_of_fifteen_minutes(to_timestamp(1630812366)) |
+-------------------------------------------------------+
| 2021-09-05 03:15:00.000000 |
+-------------------------------------------------------+
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today