This commit is contained in:
Andrei Nekrashevich 2020-05-30 08:47:05 +03:00
parent 2a63522522
commit f3447ee63b

View File

@ -6,8 +6,8 @@ SELECT toTypeName(fuzzBits(toFixedString('abacaba', 10), 0.9));
SELECT
(
(0.3 * 0.99) * 8 * 10000 < sum
AND sum < (0.3 * 1.01) * 8 * 10000
0.29 * 8 * 10000 < sum
AND sum < 0.31 * 8 * 10000
) AS res
FROM
(