eventDate < 1640363157000
кидает ошибку There is no supertype for types DateTime64(3), UInt64 because some of them are Date/DateTime/DateTime64 and some of them are not.
Есть варианты как это решить без преобразований типо toUnixTimestamp64Milli(eventDate) ?
Разве что SELECT eventDate FROM table WHERE eventDate < fromUnixTimestamp64Milli(toInt64(1640363157000))
The only argument for function toUnixTimestamp64Milli must be DateTime64
Обсуждают сегодня