Can anyone tell me how to fix this? My order by is by coursenum (for example, CS 20, CS 25, CS 100 are all course numbers) ascending. It's counting the first digit instead of the whole number though:
-----------------------------------------
Course Grade
-----------------------------------------
CS 120 Intro to Java Programming A
CS 140 Structured Analysis A
CS 20 Intro to Computers F
CS 25 Intro to Programming B
