ClickHouse/tests/queries/0_stateless/01761_round_year_bounds.sql

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

2 lines
110 B
MySQL
Raw Normal View History

2022-03-11 23:45:26 +00:00
SELECT toStartOfInterval(toDateTime(-9223372036854775808), toIntervalYear(100), 'Asia/Istanbul') FORMAT Null;