用presto对某个字段进行md5加密

需要对mobile字段进行md5加密:

lower(to_hex(md5(to_utf8(mobile))))

 

注:加密后的字段为32位小写

posted @ 2019-07-12 18:10  策天  Views(2912)  Comments(0)    收藏  举报