ClickHouse/tests/queries/0_stateless/01735_to_datetime64.sql

2 lines
85 B
MySQL
Raw Normal View History

2021-02-22 14:11:06 +00:00
SELECT toDate(toDateTime64(today(), 0, 'UTC')) = toDate(toDateTime(today(), 'UTC'));