Very new to SQL so apologies.
Say I have a table called results with 3 columns of data (record id, resultA and resultB)
table results
record, A , B
------------------
1 , 5 , 8
2 , 7 , 3
3 , 4 , 4
4 , 5 , 8
:
n , 8 , 1
I would like to create a formula that outputs a result query that ranks the records based on the formula A/B
Could someone give me a hand in figuring this out please
Many thanks
This post has been edited by javamad: 25 January 2010 - 04:33 AM

New Topic/Question
Reply




MultiQuote





|