Apache Tajo - to_hex(x)
现在让我们使用以下查询检查 to_hex(x) 函数。
查询
default> select to_hex(11) as hex_conversion;
上述查询将生成以下结果。
hex_conversion ------------------------------- b
查询返回整数11的十六进制值,值为b。 同样,您可以尝试其他值。
apache_tajo_math_functions.html
现在让我们使用以下查询检查 to_hex(x) 函数。
default> select to_hex(11) as hex_conversion;
上述查询将生成以下结果。
hex_conversion ------------------------------- b
查询返回整数11的十六进制值,值为b。 同样,您可以尝试其他值。
apache_tajo_math_functions.html
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。