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