Is there an elegant way to have performant, natural sorting in a MySQL database?
For example if I have this data set:
Here is a quick solution:
SELECT alphanumeric, integer FROM sorting_test ORDER BY LENGTH(alphanumeric), alphanumeric