md5
function
Applies to: Databricks SQL Databricks Runtime
Returns an MD5 128-bit checksum of expr
as a hex string.
md5(expr)
expr
: An BINARY expression.
A STRING.
> SELECT md5('Spark');
8cde774d6f7333752ed72cacddb05126
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
md5
functionApplies to: Databricks SQL Databricks Runtime
Returns an MD5 128-bit checksum of expr
as a hex string.
md5(expr)
expr
: An BINARY expression.A STRING.
> SELECT md5('Spark');
8cde774d6f7333752ed72cacddb05126