home / football

h2h_record

18 rows where team_b_id = 757

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team_a_id, total_matches, wins_a, wins_b, draws, goals_a, goals_b, last_result, date (date), last_match_date (date), created_at (date), updated_at (date)

h2h_id ▼ team_a_id team_b_id date total_matches wins_a wins_b draws goals_a goals_b last_match_date last_result last_match_id competition_id created_at updated_at created_by_run_id updated_by_run_id source_id source_raw_key
97666 Brighton & Hove Albion 740 Luton Town 757 2023-08-12 0 0 0 0 0 0         2026-06-11 10:25:18.434270 2026-06-11 10:25:18.434270     International Results CSV 1 h2h://740:757/2023-08-12
97783 West Ham United 753 Luton Town 757 2023-09-01 0 0 0 0 0 0         2026-06-11 10:25:18.458812 2026-06-11 10:25:18.458813     International Results CSV 1 h2h://757:753/2023-09-01
97885 Wolverhampton Wanderers 754 Luton Town 757 2023-09-23 0 0 0 0 0 0         2026-06-11 10:25:18.509446 2026-06-11 10:25:18.509447     International Results CSV 1 h2h://757:754/2023-09-23
98001 Tottenham Hotspur 752 Luton Town 757 2023-10-07 0 0 0 0 0 0         2026-06-11 10:25:18.531716 2026-06-11 10:25:18.531716     International Results CSV 1 h2h://757:752/2023-10-07
98051 Nottingham Forest 750 Luton Town 757 2023-10-21 0 0 0 0 0 0         2026-06-11 10:25:18.573721 2026-06-11 10:25:18.573721     International Results CSV 1 h2h://750:757/2023-10-21
98119 Aston Villa 737 Luton Town 757 2023-10-29 0 0 0 0 0 0         2026-06-11 10:25:18.586987 2026-06-11 10:25:18.586987     International Results CSV 1 h2h://737:757/2023-10-29
98237 Crystal Palace 742 Luton Town 757 2023-11-25 0 0 0 0 0 0         2026-06-11 10:25:18.646566 2026-06-11 10:25:18.646566     International Results CSV 1 h2h://757:742/2023-11-25
98372 Manchester City 748 Luton Town 757 2023-12-10 0 0 0 0 0 0         2026-06-11 10:25:18.674639 2026-06-11 10:25:18.674639     International Results CSV 1 h2h://757:748/2023-12-10
98470 Newcastle United 749 Luton Town 757 2023-12-23 0 0 0 0 0 0         2026-06-11 10:25:18.693557 2026-06-11 10:25:18.693557     International Results CSV 1 h2h://757:749/2023-12-23
98642 Brighton & Hove Albion 740 Luton Town 757 2024-01-30 1 1 0 0 4 1 2023-08-12 L     2026-06-11 10:25:18.750129 2026-06-11 10:25:18.750130     International Results CSV 1 h2h://757:740/2024-01-30
98662 Newcastle United 749 Luton Town 757 2024-02-03 1 0 1 0 0 1 2023-12-23 L     2026-06-11 10:25:18.756023 2026-06-11 10:25:18.756024     International Results CSV 1 h2h://749:757/2024-02-03
98861 Aston Villa 737 Luton Town 757 2024-03-02 1 1 0 0 3 1 2023-10-29 L     2026-06-11 10:25:18.795558 2026-06-11 10:25:18.795559     International Results CSV 1 h2h://757:737/2024-03-02
98905 Crystal Palace 742 Luton Town 757 2024-03-09 1 0 1 0 1 2 2023-11-25 L     2026-06-11 10:25:18.804197 2026-06-11 10:25:18.804197     International Results CSV 1 h2h://742:757/2024-03-09
98953 Nottingham Forest 750 Luton Town 757 2024-03-16 1 0 0 1 2 2 2023-10-21 D     2026-06-11 10:25:18.813525 2026-06-11 10:25:18.813526     International Results CSV 1 h2h://757:750/2024-03-16
98996 Tottenham Hotspur 752 Luton Town 757 2024-03-30 1 1 0 0 1 0 2023-10-07 W     2026-06-11 10:25:18.851796 2026-06-11 10:25:18.851796     International Results CSV 1 h2h://752:757/2024-03-30
99093 Manchester City 748 Luton Town 757 2024-04-13 1 1 0 0 2 1 2023-12-10 W     2026-06-11 10:25:18.870693 2026-06-11 10:25:18.870694     International Results CSV 1 h2h://748:757/2024-04-13
99192 Wolverhampton Wanderers 754 Luton Town 757 2024-04-27 1 0 0 1 1 1 2023-09-23 D     2026-06-11 10:25:18.891054 2026-06-11 10:25:18.891055     International Results CSV 1 h2h://754:757/2024-04-27
99288 West Ham United 753 Luton Town 757 2024-05-11 1 1 0 0 2 1 2023-09-01 W     2026-06-11 10:25:18.909525 2026-06-11 10:25:18.909525     International Results CSV 1 h2h://753:757/2024-05-11

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE h2h_record (
            h2h_id INTEGER NOT NULL,
            team_a_id INTEGER NOT NULL,
            team_b_id INTEGER NOT NULL,
            date DATE NOT NULL,
            total_matches INTEGER NOT NULL,
            wins_a INTEGER NOT NULL,
            wins_b INTEGER NOT NULL,
            draws INTEGER NOT NULL,
            goals_a INTEGER NOT NULL,
            goals_b INTEGER NOT NULL,
            last_match_date DATE,
            last_result VARCHAR(1),
            last_match_id INTEGER,
            competition_id INTEGER,
            created_at DATETIME NOT NULL,
            updated_at DATETIME NOT NULL,
            created_by_run_id INTEGER,
            updated_by_run_id INTEGER,
            source_id INTEGER NOT NULL,
            source_raw_key VARCHAR(512),
            CONSTRAINT pk_h2h_record PRIMARY KEY (h2h_id),
            CONSTRAINT fk_h2h_record_team_a FOREIGN KEY(team_a_id) REFERENCES team (team_id),
            CONSTRAINT fk_h2h_record_team_b FOREIGN KEY(team_b_id) REFERENCES team (team_id),
            CONSTRAINT fk_h2h_record_source FOREIGN KEY(source_id) REFERENCES data_source (source_id),
            CONSTRAINT fk_h2h_record_match FOREIGN KEY(last_match_id) REFERENCES match (match_id),
            CONSTRAINT fk_h2h_record_competition FOREIGN KEY(competition_id) REFERENCES competition (competition_id)
        );
Powered by Datasette · Queries took 1046.058ms