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 |
---|---|---|---|---|---|---|---|---|
54 | Avon Vale | 4 | 1830 | 7 | 3 | 664 | 1 | |
69 | Avon Vale | 2 | 1830 | 4 | 3 | 647 | 0 | |
72 | Avon Vale | 5 | 1400 | 9 | 3 | 21 | 0 | |
82 | Avon Vale | 4 | 1830 | 6 | 3 | 664 | 1 |