2 rows where "UpdatedDate" is on date 2020-07-08

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
108 2484 fc988bbb-4f93-478d-8a6c-b1be51d436c7 California Fire California Street and Springwood Street. East of Rodeo 38.02996 -122.25471 298 100% Contra Costa 2020-07-08 07:07:14 2020-07-06 CAL FIRE Santa Clara Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/6/california-fire/ N
111 2487 f398ee10-0c99-4096-be61-7c1611035ce1 Brandon Fire Brandon Rd 38.58488 -120.941267 32 100% El Dorado 2020-07-08 20:33:43 2020-07-07 CAL FIRE Amador-El Dorado Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/7/brandon-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
);