Hi,
I am looking for an SQL function which does exactly the same like the
x'<hex-string>' in an insert.
Background:
I want to "translate" a hexadecimal string (not number) with a length
of 32 into a CHAR (16) FOR BIT DATA
in a way that the hex() function of that string returns the original
(hex) text.
The function should be able to handle hex(00) exactly the same way the
x'<hex-string>' does it.
Any ideas?
Thanks in advance
Michael
I am looking for an SQL function which does exactly the same like the
x'<hex-string>' in an insert.
Background:
I want to "translate" a hexadecimal string (not number) with a length
of 32 into a CHAR (16) FOR BIT DATA
in a way that the hex() function of that string returns the original
(hex) text.
The function should be able to handle hex(00) exactly the same way the
x'<hex-string>' does it.
Any ideas?
Thanks in advance
Michael
Comment