How to create a hash key on a col in query

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 :slight_smile:

1 Like