I want to do something like
Code:
SELECT MD5(SSN), FIELD1, FIELD2 FROM TABLE
So I the actual SSN's are not shown on my screen, but the MD5 hashes are shown. In other words, I want the SSN to be hashed.
How can I do this in DB2? If there is no built in function, how can I create one?
Please note that I don't have many permissions, and I prefer something I can do on my own. However, if it's really impossible, I can ask the DB admin to enable features.