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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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