Fix 01485_256_bit_multiply

This commit is contained in:
Alexey Milovidov 2023-08-11 03:11:16 +02:00
parent cb20f97956
commit 1ef301f5b1

View File

@ -1,3 +1,5 @@
-- Tags: no-random-settings, no-asan, no-msan, no-tsan, no-ubsan, no-debug
select count() from
(
select toInt128(number) * number x, toInt256(number) * number y from numbers_mt(100000000) where x != y