Hi,
is there any functions to deal with "real" binary numbers in SAP HANA?
for example: in Excel, function HEX2BIN(A) will results in 1010 which is the binary representation of the hexadecimal number A.
but in SAP HANA, hextobin(0xA) will results in 10, which is the decimal representation of the hexadecimal number A.
is there any way to manipulate binary numbers? to convert binary numbers to decimal? to convert decimal data to binary?
Thanks, Yuval