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.team_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 |
---|---|---|---|---|---|---|---|---|
49 | Kingsbridge | 2 | 1830 | 3 | 6 | 1591 | 0 |