ClickHouse/tests/queries/0_stateless/01760_modulo_negative.sql

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

2 lines
95 B
MySQL
Raw Normal View History

SELECT -number % -9223372036854775808 FROM system.numbers; -- { serverError ILLEGAL_DIVISION }