Monthly Archives: June 2006

Sorting of numeric values mixed with alphanumeric values

Assume that you have a list of numeric values mixed with numeric values appended with characters – like 2a, 12, 5b, 5a, 10, 11, 1, 4b. Sorting on a list like this would usually end up so: mysql> SELECT version … Continue reading

Posted in Archives | Leave a comment