ClickHouse/tests/queries/0_stateless/01259_datetime64_ubsan.sql

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

3 lines
75 B
MySQL
Raw Normal View History

2020-06-22 22:08:08 +00:00
select now64(10); -- { serverError 69 }
2020-04-26 14:57:45 +00:00
select length(toString(now64(9)));