I want to order alphanumeric value within a cell in MS SQL server.
Example -
There is a value in a column - CBA321, and my desired output is ABC123.
If anyone knows how can I sort it within a cell, it will help. Thank you!
Order By is not working here. I thing UserDefinedFunction or Scalar Function is one solution, but I am a beginner, so not knowing much about it.