mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
3 lines
136 B
SQL
3 lines
136 B
SQL
SELECT timeSlot(toDateTime('2000-01-02 03:04:05', 'UTC'));
|
|
SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), toUInt32(10000));
|