3 rows where "StartedDate" is on date 2020-06-11

View and edit SQL

Suggested facets: CountiesList, AdminUnit, UpdatedDate (date), StartedDate (date)

Link rowid ▼ IncidentId UniqueId Name Location Latitude Longitude AcresBurnedDisplay PercentContainedDisplay CountiesList UpdatedDate StartedDate AdminUnit IncidentTypeDisplay Url IsActive
52 2428 36e3b13b-c2d3-44f5-ba9f-23c1e9f73878 Skyline Fire Skyline Truck Trail 32.73044 -116.7862 100 100% San Diego 2020-06-14 18:48:11 2020-06-11 CAL FIRE San Diego Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/11/skyline-fire/ N
53 2429 203115aa-8ef9-436c-9d18-32613f9fa286 Border 7 Fire Marron Valley 32.580882 -116.690712 90 100% San Diego 2020-06-13 18:00:48 2020-06-11 CAL FIRE San Diego Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/11/border-7-fire/ N
54 2430 e86309b6-2223-4448-a7a2-bb83d4bc8352 Watt Fire PFE Rd and Watt Ave 38.733421 -121.378879 40 100% Placer 2020-06-11 20:51:28 2020-06-11 CAL FIRE Nevada-Yuba-Placer Unit Wildfire https://www.fire.ca.gov/incidents/2020/6/11/watt-fire/ N

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [incidents] (
   [IncidentId] INTEGER,
   [UniqueId] TEXT,
   [Name] TEXT,
   [Location] TEXT,
   [Latitude] FLOAT,
   [Longitude] FLOAT,
   [AcresBurnedDisplay] TEXT,
   [PercentContainedDisplay] TEXT,
   [CountiesList] TEXT,
   [UpdatedDate] TEXT,
   [StartedDate] TEXT,
   [AdminUnit] TEXT,
   [IncidentTypeDisplay] TEXT,
   [Url] TEXT,
   [IsActive] TEXT
);