In a table there is a field 'id' of type 'varchar' that at one time had a prefix. I want to go in and remove that prefix from the values.
Not all values have the prefix so I will select only those records.
Example Value: A00-123456
Goal: Remove the 'A00-' from the field
Thanks for the help.
Not all values have the prefix so I will select only those records.
Example Value: A00-123456
Goal: Remove the 'A00-' from the field
Thanks for the help.