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
2592
March 09, 2012 12:40AM
1506
March 09, 2012 01:40AM
1473
March 09, 2012 10:55AM
1409
March 09, 2012 11:15AM
1526
March 10, 2012 10:07PM
1511
March 09, 2012 12:08PM
1421
March 10, 2012 09:58PM
Re: Calculating fields
1349
March 10, 2012 10:18PM
1529
March 11, 2012 02:27AM
1554
March 11, 2012 10:50AM
1439
March 09, 2012 07:42AM
1456
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.