I have a binary that look like this
CRN=$\x00\x00\x00\x06\x03 \x00\x00\x00\x01
I want it to be saved in DB like this
update table set column='CRN=$\x00\x00\x00\x06\x03 \x00\x00\x00\x01';
But apparently I think the above is not correct what should I do to insert the following in DB.