I have a column (let's call it 'column1') that contains codes that follow this pattern (651xxx)
i'm trying to update the first three characters so that all the data will read 652xxx.
I've tried using strtran but I can't seem to get the syntax right. ANy help on this would be appreciated
i'm trying to update the first three characters so that all the data will read 652xxx.
I've tried using strtran but I can't seem to get the syntax right. ANy help on this would be appreciated