Most-Wins-in-T20-international Cricket
Most t20 Cricket match winner country from start till 2022
@kaggle.hayatshah_most_win_in_t20
Most t20 Cricket match winner country from start till 2022
@kaggle.hayatshah_most_win_in_t20
CREATE TABLE mos_wins_t20_till_2022 (
"team" VARCHAR,
"span" VARCHAR,
"mat" VARCHAR,
"won" BIGINT,
"lost" BIGINT,
"tied" BIGINT,
"tie_w" BIGINT,
"tie_l" BIGINT,
"nr" BIGINT,
"n" DOUBLE
);
Anyone who has the link will be able to view this.