Returns a binary value for the given hexadecimal string
in: A hexadecimal string.
Examples
SELECT from_hex('3fd98a3c') -- P9mKPA==
Last updated 1 year ago