2 rows where "StartedDate" is on date 2020-08-06

View and edit SQL

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

Link rowid ▼ IncidentId UniqueId Name Location Latitude Longitude AcresBurnedDisplay PercentContainedDisplay CountiesList UpdatedDate StartedDate AdminUnit IncidentTypeDisplay Url IsActive
167 2543 a79536eb-5ceb-4219-9b96-fa0632c4a289 Fort Fire Grapevine Rd and I-5 34.93929 -118.92967 277 100% Kern 2020-08-07 07:19:08 2020-08-06 Kern County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/8/6/fort-fire/ N
168 2544 338b5a8b-d5d6-4845-8a36-f92663339c2a Texas Fire Texas Canyon Rd and Bouquet Canyon Rd -118.46115 -118.46115 210 100% Los Angeles 2020-11-10 14:22:20 2020-08-06 Angeles National Forest & Los Angeles County Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/8/6/texas-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
);