Recode columns containing character value at the end of a column
Hello, I have a table likeIDColumn2ABC001235G ABC001234 ABC001235 ABC001234D ABC001234F I would like to recode the ID column such that all my values like 'ABC001234D' and 'ABC001234F' become 'ABC001234' - basically I want to drop that last letter in the statement. However, I cannot do this through manual process. There are too many rows to do and I couldn't possibly write it manually for each ID ...