Hi,
I need some help with trying to convert a hexadecimal value to ASCII character , the backend here is DB2 - please can someone help on any fucntion which can support this conversion.
Any DB2 function would also be fine.
here is the source SQL- via SQL Transform - need partner no column converted to ASCII from hexdecimal -
SELECT rtrim(o.CLIENT) as CLIENT,
rtrim(p.PARTNER_NO) as PARTNER_NO,
date(timestamp(substr(char(o.CHANGED_AT), 4, 14))) AS DATE_ACTIVITY
FROM #$DB_GL_SCHEMA#.CRMD_ORDERADM_H o
thanks for your help.
Regards,
reachmenow (BOB member since 2009-10-26)