Re: Calculating fields
Here is what I came up with:
SELECT * FROM events,results WHERE events.eventid = results.event_id
INSERT INTO RESULTS VALUES POINTS_AWARDED,
(ROUND(IF(RESULTS.FINISH_POS-EVENTS.ATTENDANCE*0.3<0.51,15*(SQRT(SQRT(EVENTS.ATTENDANCE)*(EVENTS.ATTENDANCE-6)/RESULTS.FINISH_POSITION)),20)+20) )
there is still something wrong i think
Subject
Views
Written By
Posted
2206
March 09, 2012 12:40AM
1256
March 09, 2012 01:40AM
1262
March 09, 2012 10:55AM
1213
March 09, 2012 11:15AM
1327
March 10, 2012 10:07PM
1317
March 09, 2012 12:08PM
1210
March 10, 2012 09:58PM
Re: Calculating fields
1163
March 10, 2012 10:18PM
1272
March 11, 2012 02:27AM
1348
March 11, 2012 10:50AM
1237
March 09, 2012 07:42AM
1258
March 11, 2012 12:27PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.