mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
17f6c82ffa
Making it implicitly cast to Date() does not looks correct, since before it returns somewhat unexpected result: SELECT toUnixTimestamp(today()) ┌─toUnixTimestamp(today())─┐ │ 18591 │ └──────────────────────────┘
2 lines
56 B
SQL
2 lines
56 B
SQL
select toUnixTimestamp(today()); -- { serverError 44; }
|