ClickHouse/tests/queries/0_stateless/01869_function_modulo_legacy.sql

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

3 lines
63 B
MySQL
Raw Normal View History

2021-05-15 18:45:19 +00:00
SELECT moduloLegacy(199, 200);
SELECT moduloLegacy(-199, 200);