Thread: Hash Function
View Single Post
  #3 (permalink)  
Old 02-24-09, 12:48
nick.ncs nick.ncs is offline
Registered User
 
Join Date: May 2007
Location: somewhere in dbforums
Posts: 221
Quote:
Originally Posted by Vovan
hello guys,

I have a problem - I need to make anonymous some tabledata. I'd like to use hash-functions. Is there in db2, something like in oracle: DBMS_UTILITY.GET_HASH_VALUE(...)?

Thank you very much.

1. You can use the ENCRYPT function
2. Create a custom defined Hash Function or a Stored Proc
__________________
IBM Certified Database Associate, DB2 9 for LUW
Reply With Quote