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 11 of 14 races will be counted for series points. Must have 10 races to qualify for series trophy.
Riders with 10 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