I Have a Table which has a Column of Type 'varchar' of size 255 char. The sample values look like this
Test/16-17/1 Test/16-17/2 test/16-17/10 Test/16-17/11 Test/16-17/20 Test/16-17/22 However on Using ORDER BY clause in the Select the Result is in following order
Test/16-17/1 Test/16-17/10 Test/16-17/11 Test/16-17/2 Test/16-17/20 Test/16-17/22 How Do I get the Result in the Chronolgical Order of Numerical Values in the End of the values?