arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

sha

This section contains reference documentation for the SHA function.

Return SHA-1 digest of binary column(bytes type) as hex string

hashtag
Signature

SHA(bytesCol)

hashtag
Usage Examples

These examples are based on the .

event_id
location
hash
circle-info

The row returned will be different if you run this example as the data is ingested in real-time.

select event_id, location, SHA(location) AS hash
from meetupRsvp 
limit 1

282776561

80406178a3d70a3d714041d5c28f5c28f6

b914583284ac29d2bd3c9d097245b031d99d687d

Real time Quick Start