I use
SELECT Distinct [Material] FROM Mytable
and get the following result:
Material
--------------
1469CDHKabef
237BI
237BI5
Is there way to filter this output further so that each letter that appears in the individual strings (row) only appears once?
Desired output is:
12345679BCDHKIabef
or even better, get the whole thing choped upp so that each letter/number ends up in a row of its own