Hi I have an issue.
We have a db2-clumn in UTF-16, vall it COL, when I select it like
SELECT HEX(COL) FROM MYTBL
I receive the result
E38199E381B0353 030E38289E38197 E3818432332D393 8
So far so good.

If i do a select like this:

SELECT HEX(COL) FROM MYTBL
where col = x'E38199E381B03 53030E38289E381 97E3818432332D3 938'
The result is fine too
BUT what I really want...