ClickHouse/tests/queries/0_stateless/02874_analysis_of_variance_overflow.sql

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

2 lines
85 B
MySQL
Raw Normal View History

SELECT analysisOfVariance(1, 18446744073709551615); -- { serverError BAD_ARGUMENTS }