MC311 Service Requests
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_mc311_service_requests
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_mc311_service_requests
CREATE TABLE table_1 (
"sr_id" BIGINT,
"opened" VARCHAR,
"closed" VARCHAR,
"status" VARCHAR,
"department" VARCHAR,
"area" VARCHAR,
"sub_area" VARCHAR,
"attached_solution_topic" VARCHAR,
"attached_solution_sla_days" DOUBLE,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"source" VARCHAR,
"election_district" VARCHAR,
"maryland_state_district" VARCHAR,
"congressional_district" DOUBLE,
"congressional_member" VARCHAR,
"council_district" VARCHAR,
"council_member_name" VARCHAR,
"changed_date" VARCHAR,
"n__of_days_open" BIGINT,
"within_sla_windows" VARCHAR,
"sla_yes" BIGINT,
"sla_no" BIGINT,
"request_type" VARCHAR
);
Anyone who has the link will be able to view this.