IPL 2022 Batters Stats
Stats of all Batters in IPL 2022
@kaggle.jkanthony_ipl_2022_batters_stats
Stats of all Batters in IPL 2022
@kaggle.jkanthony_ipl_2022_batters_stats
CREATE TABLE ipl_2022_batters (
"player" VARCHAR,
"mat" BIGINT,
"inns" BIGINT,
"no" BIGINT,
"runs" BIGINT,
"hs" VARCHAR,
"avg" VARCHAR,
"bf" BIGINT,
"sr" DOUBLE,
"n_100" BIGINT,
"n_50" BIGINT,
"n_4s" BIGINT
);
Anyone who has the link will be able to view this.