I need to hash a column in a teradata table by hash_md5, I tried this
select hash_md5(COLUMN_NAME) from TABLE
but it seems not worked like this way. Could anyone suggest please?
I need to hash a column in a teradata table by hash_md5, I tried this
select hash_md5(COLUMN_NAME) from TABLE
but it seems not worked like this way. Could anyone suggest please?
You need to install MD5 UDF first than you can use it.
Please follow the instructions mentioned in below link
https://downloads.teradata.com/download/extensibility/md5-message-digest-udf?check_logged_in=1