Hello
I have a table with a field of type string that is a hexadecimal number, like
04191D0A035580
04421352E14B80
040F644A385780
is there a way to convert this string values to bigint values like:
04191D0A035580 --> 1153512419579264
04421352E14B80 --> 1198550669151104
040F644A385780 --> 1142823323195264
thanks in advance for your help
best regards
dcon