home / chips

ud_elect

where case_number = "01-RC-018062"

✎ View and edit SQL

0 records

CREATE TABLE "ud_elect" (
   [case_number] TEXT REFERENCES [r_master]([case_number]),
   [suffix] TEXT,
   [election_date] TEXT,
   [cunion] TEXT,
   [description_election] TEXT,
   [expedited] INTEGER,
   [unit] TEXT,
   [date_election_held] TEXT,
   [type_election] TEXT,
   [no_elig] INTEGER,
   [v_votes] INTEGER,
   [for_prop] INTEGER,
   [agn_prop] INTEGER,
   [chall] INTEGER,
   [void] INTEGER,
   [cout] INTEGER,
   [control] INTEGER,
   [date_election_certified] TEXT,
   [stage] TEXT,
   [method] TEXT,
   [mail_ballot] INTEGER,
   [cross_pet_region] TEXT,
   [cross_pet_type] TEXT,
   [cross_pet_docket] TEXT,
   [cross_pet_suffix] TEXT,
   [rerun_runoff_number] TEXT,
   [impounded] INTEGER
);
Powered by Datasette · Queries took 5.939ms