HEX() Mariadb/Mysql



HEX() Mariadb/Mysql

HEX() Mariadb/Mysql

If N_or_S is a number, returns a string representation of the hexadecimal value of N, where N is a longlong (BIGINT) number. This is equivalent to CONV(N,10,16).
Si N_o_S es un número, devuelve una representación de cadena del valor hexadecimal de N, donde N es un número largo (BIGINT). Esto es equivalente a CONV(N,10,16).
link: https://mariadb.com/kb/en/hex/