jmreinwald
Technical User
Confused? I have a trading card database I'm working through. Each card in the set has a number associated with it, but not all numbers are, well, digits. Some set numbers may be alpha characters as well, such as P-JJ. Because of the varying number of characters, I have the field defined as a varchar(8). I need a way to ORDER BY that won't sort something like
1
10
100
101
102
and so on.
1
10
100
101
102
and so on.