Sort by ascending integers
Subject: sorting numerically I'm constructing a database in which I want to sort a column by integers (1, 2, 3, etc.). Using 01, 02, 03, etc., lets me sort correctly, either ascending or descending order. Everything was fine until the numbers reached 100 and beyond. What do I need to do in order to sort in numerical order above 100?