ClickHouse/tests/queries/0_stateless/01683_intdiv_ubsan.sql

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

2 lines
90 B
MySQL
Raw Normal View History

SELECT DISTINCT intDiv(number, nan) FROM numbers(10); -- { serverError ILLEGAL_DIVISION }