ClickHouse/tests/queries/0_stateless/01475_fix_bigint_shift.sql

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

3 lines
75 B
MySQL
Raw Normal View History

SELECT bitShiftLeft(toInt64(-2), 1);
SELECT bitShiftLeft(toInt256(-2), 1);