I'm migrating a table with a column field that contains query's from BigSql to Greenplum.
In the old query I have a funcition DBMS_UTILITY.GET_HASH_VALUE(Field,0,10)
that returns an Integer value.
I tried to use the function md5 in greenplum and casting it, but I receive error.
Can you please help me? Do you know a function in PostgreSql/Greenplum that works like the DBMS_UTILITY.GET_HASH_VALUE
and returns a Integer value?