select & sort on calculated value ...
I have a table 'posts' , each record has 2 fields 'post_count' and
'post_value'
I would like to find all records, sorted on the calculated ratio value:
'post_value' / 'post_count'
how can I write the select to get all records sorted on the calculated value ?
thanks fyh
joss
|