Apache Tajo - md5(string text)

现在让我们使用以下查询检查 md5(string) 函数。

查询

default> select md5('tutorialspoint') as hash; 

上述查询将生成以下结果。

hash 
------------------------------- 
6c60b3cfe5124f982eb629e00a98f01f 

查询返回给定输入字符串的 md5 哈希值。

apache_tajo_string_functions.html