Sorcs Header
sql = select distinct a.* from ( select a.racer_no, a.tie_breaker, POINTS_7_10(a.racer_no, a.class_raced) as tot_points, races_raced(a.racer_no, a.class_raced) as races_raced from race_results a where (a.status = 'A') and (a.class_raced = '') ) a order by a.tot_points desc, a.tie_breaker
* = Best 8 of 11 scores counted for series points. MUST compete in 7 out of 11 to qualify.
Riders with 7 races are highlighted and are now eligible for overall series awards.
Racer No.BrandNameTotal PointsRound 1 Round 2 Round 3 Round 4 Round 5 Round 6 Round 7 Round 8 Round 9 Round 10 Round 11 Round 12 Round 13