is it possible to convert uuid
column value to int value using MD5
or other any other hashing function in Teradata
.
select hash_md5("HelloWorld") ==> 68E109F0F40CA72A15E05CC22786F8E6
Expecting :
select hash_md5("HelloWorld") ==> int32
is it possible to convert uuid
column value to int value using MD5
or other any other hashing function in Teradata
.
select hash_md5("HelloWorld") ==> 68E109F0F40CA72A15E05CC22786F8E6
Expecting :
select hash_md5("HelloWorld") ==> int32