blob: 81922fbaea673bced74e916cd94223e7df96661b (
plain) (
blame)
1
2
3
4
5
|
SELECT
-- Use explicit comparasion instead of canonization to produce more human readable test input data.
-- Canonization of binary data produces encoded bytes.
key,
String::ReverseBytes(subkey) == value FROM Input;
|