Hi,
In one of my tables I have an alphanumeric field that we now need to sort by.
the usual values in the field are like: 1, 5a, 10, 10a, 20, 50a, 50b, 999
Using order by will sort 1, 10, 10a, 20, 5a,...
Is it posaible to use some sort of format or filter in the sql to only...