I am trying to convert a signed overpunch characters to a readable numeric value in SQL 2005. Unfortunately, I am not able to figure out the logic on how to convert it. I have never encountered this type of data before. For example,
10} is -100
45A is 451
Can someone assist me on how to write the SQL logic to convert this. I'm stuck. Your help is appreciated. Thanks.
10} is -100
45A is 451
Can someone assist me on how to write the SQL logic to convert this. I'm stuck. Your help is appreciated. Thanks.
Comment