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

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
175 2551 5258de73-6c10-44ac-99e0-88602a8a83f5 Meiss Fire Dillard Rd and Meiss Rd, southwest of Rancho Murieta 38.474502 -121.172572 512 100% Sacramento 2020-08-14 08:50:51 2020-08-13 CAL FIRE Amador-El Dorado Unit Wildfire https://www.fire.ca.gov/incidents/2020/8/13/meiss-fire/ N
178 2554 0707e044-ba48-42eb-9263-6e2aff583b33 Clark Fire Durham Pentz Road and Clark Road, southwest of Pentz in Butte County. 39.647686 -121.633994 110 100% Butte 2020-08-14 19:24:05 2020-08-14 CAL FIRE Butte County Fire Wildfire https://www.fire.ca.gov/incidents/2020/8/14/clark-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
);