【发布时间】:2019-04-17 15:13:04
【问题描述】:
雅典娜中的 MD5 散列函数不适用于字符串。但是,雅典娜的文档显示确实如此:https://docs.aws.amazon.com/redshift/latest/dg/r_MD5.html
不确定我在这里缺少什么。如果我将 varchar 转换为 varbinary,那么生成的哈希值不正确。
收到此错误:
SYNTAX_ERROR: line 1:8: Unexpected parameters (varchar(15)) for function md5. Expected: md5(varbinary)
This query ran against the "temp" database, unless qualified by the query. Please post the error message on our forum or contact customer support with Query Id: dd959e8a-7fa4-4170-8895-ce7cf58be6ea.```
【问题讨论】:
-
您链接到的文档来自 Redshift,而不是 Athena。
标签: amazon-athena presto