Hi ,
I have a data file in which one column has binary values ..I am doing sed and removing "0x" so the value to be imported is e97260f. I am able to import all binary values into a table which has column datatype as binary(4) except this value. The value is converted to 0xE972600.
Could you please help.
Thanks.