mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add a test for #9781
This commit is contained in:
parent
eb46f50993
commit
f8501a2595
1
tests/queries/0_stateless/01735_to_datetime64.reference
Normal file
1
tests/queries/0_stateless/01735_to_datetime64.reference
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
1
tests/queries/0_stateless/01735_to_datetime64.sql
Normal file
1
tests/queries/0_stateless/01735_to_datetime64.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
SELECT toDate(toDateTime64(today(), 0, 'UTC')) = toDate(toDateTime(today(), 'UTC'));
|
Loading…
Reference in New Issue
Block a user