mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test
This commit is contained in:
parent
326d2f9af8
commit
1b825baf21
@ -0,0 +1,5 @@
|
|||||||
|
SELECT toIntervalSecond(now64()); -- { serverError 70 }
|
||||||
|
SELECT CAST(now64() AS IntervalSecond); -- { serverError 70 }
|
||||||
|
|
||||||
|
SELECT toIntervalSecond(now64()); -- { serverError 70 }
|
||||||
|
SELECT CAST(now64() AS IntervalSecond); -- { serverError 70 }
|
Loading…
Reference in New Issue
Block a user