mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
ehnance tests
This commit is contained in:
parent
cd00481e46
commit
349c7ac56f
@ -1,2 +1,4 @@
|
||||
2023-10-09 10:11:12.001
|
||||
2023-10-09 10:11:12.001
|
||||
2023-10-09 10:11:12.000
|
||||
2023-10-09 10:11:12.000
|
||||
|
@ -1,2 +1,4 @@
|
||||
SELECT toStartOfInterval(toDateTime64('2023-10-09 10:11:12.000999', 6), toIntervalMillisecond(1));
|
||||
SELECT toStartOfInterval(toDateTime64('2023-10-09 10:11:12.000500', 6), toIntervalMillisecond(1));
|
||||
SELECT toStartOfInterval(toDateTime64('2023-10-09 10:11:12.000499', 6), toIntervalMillisecond(1));
|
||||
SELECT toStartOfInterval(toDateTime64('2023-10-09 10:11:12.000999', 6), toIntervalMillisecond(10));
|
Loading…
Reference in New Issue
Block a user