I facing a problem in sorting : 1A,2A,3A,... 10A, 11A, 12A, 13A, 14A
Sample data. I using the SQL to sort ASC but it return result as below: 12A 13A 14A 10A 11A 1A 2A 3A 4A 5A 6A 7A 8A 9A May I know is there have any plugin that can sort the sample data above to 1A until 14A? Thanks...