Does anyone know a way to sort a string column alphanumerically
Bhanari, can you explain that, please? Your suggestion doesn't make sense to me, but maybe I missed something.
"Contains" is useful when you want to know whether a string is contained in another string, but not for sorting. It also doesn't tell you at which position the string is and what characters are before it, which is crucial for sorting.