reverse the characters of a string without changing the position of the numeric value in T-SQL
3
1
With T-SQL, I'm trying to find the easiest way to reverse the characters of a string without changing the position of the numeric value. So for string: abc223de11 have edc223ba11
sql-server t-sql string
share | improve this question
edited 3 hours ago
Solomon Rutzky
48.8k 5 81 177
asked 15 hours ago
anna anna
21 2
New contributor
...