Hello,
I have a table where, one of the field is named "draw_no", field length is 7 and it is character field. and the values could be like shown below.
118845
118845A
118845B
118845C
8845A
8845B
833X
I need to find the way to scan the whole table and replace the field values, the one with letters, to be w/o the letter, except those ending on "X"
Can anyone help me ?
Thanks a lot
I have a table where, one of the field is named "draw_no", field length is 7 and it is character field. and the values could be like shown below.
118845
118845A
118845B
118845C
8845A
8845B
833X
I need to find the way to scan the whole table and replace the field values, the one with letters, to be w/o the letter, except those ending on "X"
Can anyone help me ?
Thanks a lot