MD5
This section contains reference documentation for the MD5 function.
Signature
Usage Examples
select event_id, location, MD5(location) AS hash
from meetupRsvp
limit 1event_id
location
hash
Last updated
Was this helpful?
This section contains reference documentation for the MD5 function.
Return MD5 digest of binary column(bytes type) as hex string
MD5(bytesCol)
These examples are based on the Real time Quick Start.
select event_id, location, MD5(location) AS hash
from meetupRsvp
limit 1282776561
80406178a3d70a3d714041d5c28f5c28f6
92a8b787e81672261aad8afcf9de3aee
The row returned will be different if you run this example as the data is ingested in real-time.
Last updated
Was this helpful?
Was this helpful?

