Updating the left side of a string up to a delimiter
Advertisements My column "ColumnOne" in my table "MyTable" has values like this: Delimiter is character ‘-‘ |Something | |Something – SomeOtherThing | |Something – SomethingElse | |Something – Whatever | |OtherThing – | I want to update the values so eventually it look like this: |Something | | SomeOtherThing | | SomethingElse | | Whatever… Read More Updating the left side of a string up to a delimiter