I am trying to find the alternative to Ora_hash in Snowflake. My intent is to find an alternate in SNowflake which generates same HASH value for a string which ORA_HASH generates.
I tried using HASH, MD5, SHA1, SHA2 in Snowflake but none of them generates the same value as ORA_HASH.
Is there any other function which might match ORA_HASH or is there any other way?