SQR Workbench 4.1.1 Oracle 8 When attempting to sort (order by), my output always looks something like this; 1, 10, 11, 2, 20, 3, 4, 5, 6, 7, 8, 9 Is there a way to get a true numerical sort like this? 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 20 Thanks Bob