user warning: Table 'bttc_web.clubs_3' doesn't exist
query: select concat(clubs_3.name, " ", teams_3.team_no) as team, teams_3.id, count(match_details_3.id) as played, sum(match_details_3.won) as won, sum(match_details_3.games_for)as 'pfor', teams_3.handbook_no, teams_3.division, sum(match_details_3.points) as points from clubs_3, teams_3, match_details_3 where ((match_details_3.division = '') and (teams_3.id = match_details_3.team_id) and (clubs_3.id = teams_3.club_id)) group by match_details_3.team_id order by points desc, pfor desc in /var/www/bttc/includes/database.mysql.inc on line 172.
user warning: Table 'bttc_web.week_dates_3' doesn't exist
query: select start_date as eng_date, week_no from week_dates_3 order by week_no in /var/www/bttc/includes/database.mysql.inc on line 172.