Added a test

This commit is contained in:
Alexey Milovidov 2020-05-30 19:31:36 +03:00
parent 326d2f9af8
commit 1b825baf21
2 changed files with 5 additions and 0 deletions

View File

@ -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 }