ehnance tests

This commit is contained in:
yariks5s 2024-01-05 18:07:28 +00:00
parent cd00481e46
commit 349c7ac56f
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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));