Number On Roll By Age
City of York Council
@ukgov.number_on_roll_by_age
City of York Council
@ukgov.number_on_roll_by_age
CREATE TABLE number_on_roll_by_age (
"schoolname" VARCHAR,
"schoolphase" VARCHAR,
"year" BIGINT,
"n_1_pt" BIGINT,
"n_2_pt" BIGINT,
"n_3_pt" BIGINT,
"n_4_pt" BIGINT,
"n_1" BIGINT,
"n_2" BIGINT,
"n_3" BIGINT,
"n_4" BIGINT,
"n_5" BIGINT,
"n_6" BIGINT,
"n_7" BIGINT,
"n_8" BIGINT,
"n_9" BIGINT,
"n_10" BIGINT,
"n_11" BIGINT,
"n_12" BIGINT,
"n_13" BIGINT,
"n_14" BIGINT,
"n_15" BIGINT,
"n_16" BIGINT,
"n_17" BIGINT,
"n_18" BIGINT,
"n_19" BIGINT,
"n_20" BIGINT,
"total" BIGINT
);
Anyone who has the link will be able to view this.