sql >> Base de Datos >  >> RDS >> Mysql

Ordenación natural en MySQL

Aquí hay una solución rápida:

SELECT alphanumeric, 
       integer
FROM sorting_test
ORDER BY LENGTH(alphanumeric), alphanumeric