ok, lets say I have a range table, col range will need to be on the result, col category will be used for different report and col sort can be used to sort...will this work? sorry if this is not clear enough thx
range Category sort
----- ----------- ----------- ---------
0-0.5 state 1
0.5-1.0 state 2
>1.0 state 3
0-100 score 1
200-400 score 2
>400 score 3
ORDER BY pct
Or you could include a table, hard-coded if needed, of the ranges with custom sort orders, join to that, then sort on the result.
Not sure specifically what you are looking for, since "0-0.03", etc., aren't shown in the original data.