Function for converting all caps to mixed case. Useful in data cleaning.Damian W. Betebenner
Since upgrading from Mountain Lion to Mavericks (10.9.4), I've noticed that I am no longer able to sort files by name and get one list in alphabetical order. I now get two, as Mavericks seems to be sorting out files beginning first with uppercase letters and then following with all lo...
function will simply do the title-casing. If the caller has strings in all caps to begin with they can use the built-in LOWER function on the value before passing it into the CLR function. If that does not satisfy their use-case then they'll be forced to find an alternate, custom ...