SELECT teams.team_id AS teams_team_id, teams.name AS teams_name, teams.home_night AS teams_home_night, teams.home_time AS teams_home_time, teams.comments AS teams_comments, teams.division_id AS teams_division_id, teams.club_id AS teams_club_id, teams.captain_id AS teams_captain_id, teams.cup AS teams_cup
FROM teams
WHERE ? = teams.club_id
TEAMS_TEAM_ID | TEAMS_NAME | TEAMS_HOME_NIGHT | TEAMS_HOME_TIME | TEAMS_COMMENTS | TEAMS_DIVISION_ID | TEAMS_CLUB_ID | TEAMS_CAPTAIN_ID | TEAMS_CUP |
---|---|---|---|---|---|---|---|---|
62 | Totnes A | 1 | 1830 | 2 | 13 | 1337 | 1 | |
63 | Totnes B | 6 | 1400 | 7 | 13 | 1537 | 1 | |
64 | Totnes C | 4 | 1830 | 7 | 13 | 1337 | 1 | |
65 | Totnes | 4 | 1830 | 4 | 13 | 51 | 0 | |
66 | Totnes A | 1 | 1830 | 3 | 13 | 1093 | 0 | |
67 | Totnes B | 6 | 1400 | 3 | 13 | 1530 | 0 | |
89 | Totnes A | 1 | 1830 | 6 | 13 | 1337 | 1 | |
90 | Totnes B | 6 | 1400 | 6 | 13 | 1537 | 1 | |
91 | Totnes C | 4 | 1830 | 6 | 13 | 1337 | 1 |