ClickHouse/tests/queries/0_stateless/03013_hop_infinite_loop.sql

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

3 lines
132 B
MySQL
Raw Normal View History

2024-03-18 11:26:05 +00:00
SET allow_experimental_window_view = 1;
SELECT hop(toDateTime(0), INTERVAL 1 DAY, INTERVAL 3 DAY); -- { serverError BAD_ARGUMENTS }