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 |
---|---|---|---|---|---|---|---|---|
59 | Newton Abbot | 0 | 1000 | 2 | 16 | 935 | 1 | |
78 | Newton Abbot | 2 | 1400 | 9 | 16 | 16 | 0 | |
86 | Newton Abbot | 3 | 1000 | 6 | 16 | 935 | 1 |