HASH

Returns a hashed representation of a text.

Syntax

HASH(text)

  • text - the text from which the hash should be returned - Value type: text

Remarks

  • The function used the SHA-256 to create the hash.

Example

Last updated