how can we create a hashkey on a table col in starburst
select md5(to_utf8('sure, there are several hashing functions')); -- see more at -- https://trino.io/docs/current/functions/binary.html#hashing-functions
Hope this helps.
Thankyou, this works