hex

hex

hex介绍

hex(expr) - 将 expr 转换为十六进制表示。

Examples:

> SELECT hex(17);
 11
> SELECT hex('Spark SQL');
 537061726B2053514C

Since: 1.5.0