home / la-county-general-election-results-2022

results

Data source: Los Angeles County Registrar-Recorder/County Clerk

8 rows where candidate_id = 21632

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ candidate_id contest_id precinct_id polling_place vote_by_mail total
191047 191047 ALEJANDRA CORTEZ 21632 BELL GARDENS CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8874 0800002A 42 143 185
191057 191057 ALEJANDRA CORTEZ 21632 BELL GARDENS CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8874 0800005A 49 194 243
191067 191067 ALEJANDRA CORTEZ 21632 BELL GARDENS CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8874 0800006A 61 256 317
191077 191077 ALEJANDRA CORTEZ 21632 BELL GARDENS CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8874 0800007A 54 260 314
191087 191087 ALEJANDRA CORTEZ 21632 BELL GARDENS CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8874 0800009A 59 252 311
191097 191097 ALEJANDRA CORTEZ 21632 BELL GARDENS CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8874 0800010A 8 34 42
191107 191107 ALEJANDRA CORTEZ 21632 BELL GARDENS CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8874 0800016A 78 222 300
191117 191117 ALEJANDRA CORTEZ 21632 BELL GARDENS CITY GENERAL MUNICIPAL ELECTION Member of the City Council 8874 0800017B 0 15 15

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [results] (
   [candidate_id] INTEGER REFERENCES [candidates]([id]),
   [contest_id] INTEGER REFERENCES [contests]([id]),
   [precinct_id] TEXT REFERENCES [precincts]([precinct]),
   [polling_place] INTEGER,
   [vote_by_mail] INTEGER,
   [total] INTEGER
);
CREATE INDEX [idx_results_precinct_id]
    ON [results] ([precinct_id]);
CREATE INDEX [idx_results_contest_id]
    ON [results] ([contest_id]);
CREATE INDEX [idx_results_candidate_id]
    ON [results] ([candidate_id]);
Powered by Datasette · Queries took 10.274ms · Data source: Los Angeles County Registrar-Recorder/County Clerk