Hash Functions
# StreamSQL Hash Functions
Hash functions are used for generating hash values of data.
# MD5 - MD5 Hash Function
Syntax: md5(str)
Description: Generates the MD5 hash value of a string.
# SHA1 - SHA1 Hash Function
Syntax: sha1(str)
Description: Generates the SHA1 hash value of a string.
# SHA256 - SHA256 Hash Function
Syntax: sha256(str)
Description: Generates the SHA256 hash value of a string.
# SHA512 - SHA512 Hash Function
Syntax: sha512(str)
Description: Generates the SHA512 hash value of a string.
# 📚 Related Documentation
- JSON Functions - Learn detailed usage of JSON functions
- Array Functions - Learn detailed usage of array functions
- SQL Reference - View complete SQL syntax reference
Edit this page on GitHub (opens new window)
Last Updated: 2025/08/05, 02:24:31