Hello,
I was using the following command to show an encrypted value on a particular column on the DB2 7.1
select CLOB(column name) from SCHEMA.TABLE_NAME where COL_NAME='value'
Apparently the same CLOB is not working in DB2 9.1. Without the CLOB i can see only the encrypted value. Can anyone help me what is the equivalent of te CLOB to use in DB2 9.1 to get the value decrypted
Thanks and Regards,
RASE.