My data is like this:
KRYPTON-4xLV
KRYPTON-3xSTG
KRYPTON-16xTH
KRYPTON-8xTH
KRYPTON-8xLV
When I call ORDER BY on this column the values are sorted like this:
KRYPTON-16xTH
KRYPTON-3xSTG
KRYPTON-4xLV
KRYPTON-8xLV
KRYPTON-8xTH
Is there a way to sort this like?
KRYPTON-4xLV
KRYPTON-8xLV
KRYPTON-3xSTG
KRYPTON-8xTH
KRYPTON-16xTH
Here is the SQL fiddle: http://sqlfiddle.com/#!9/6d061/2