We have a table with a column labeled "Model". In many of the records the "Model" contains a "-" (ie: -345). I need to change every model that is proceeded with a dash to
that model followed with "-REPAIR". In other words if the record shows the data as "-345" I'd like to update it to show as "345-REPAIR". I need help handling the dashes in the Update Query.
that model followed with "-REPAIR". In other words if the record shows the data as "-345" I'd like to update it to show as "345-REPAIR". I need help handling the dashes in the Update Query.