EMS - Fleet Maintenance
City of Austin
@usgov.city_of_austin_ems_fleet_maintenance
City of Austin
@usgov.city_of_austin_ems_fleet_maintenance
CREATE TABLE table_1 (
"month_key" BIGINT,
"month_year" VARCHAR,
"total_vehicles_due" BIGINT,
"percent_of_vehicles_serviced" DOUBLE,
"count_ambulances_due" BIGINT,
"percent_ambulances_serviced" DOUBLE,
"count_command_vehicles_due" BIGINT,
"percent_command_vehicles_serviced" DOUBLE,
"count_utility_vehicles_due" BIGINT,
"percent_utility_vehicles_serviced" DOUBLE,
"scheduled_maintenance_target" BIGINT
);
Anyone who has the link will be able to view this.