I need to update an inventory table. I want to change sku for current items and have it reflect on historical tables. The sku's look like, "B31510003" and I need to change 5 digits so that it will look like, "B31223003". How do I search for a pattern within a field and change only the pattern?