user warning: Table 'bttc_web.clubs_2' doesn't exist
query: select concat(clubs_2.name, " ", teams_2.team_no) as team, teams_2.id, count(match_details_2.id) as played, sum(match_details_2.won) as won, sum(match_details_2.games_for)as 'pfor', teams_2.handbook_no, teams_2.division, sum(match_details_2.points) as points from clubs_2, teams_2, match_details_2 where ((match_details_2.division = '') and (teams_2.id = match_details_2.team_id) and (clubs_2.id = teams_2.club_id)) group by match_details_2.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_2' doesn't exist
query: select start_date as eng_date, week_no from week_dates_2 order by week_no in /var/www/bttc/includes/database.mysql.inc on line 172.