I am trying to update a database that was imported incorrectly. There were not supposed to be any letters in a specific column and for some reason, the import tool did not flag it. So I need to find a way to keep all the digits in the column but just remove the Letters Example { abc123def needs to just be 123]
Thank you,