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

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
159 2535 7482a8eb-a31c-4556-b8d5-e6f86c4f3904 Sites Fire Sites Lodoga Road and Campground Road, Southeast of Stonyford in Colusa County. 39.31313 -122.48525 560 100% Colusa 2020-08-05 07:16:44 2020-08-02 CAL FIRE Sonoma Lake Napa Unit Wildfire https://www.fire.ca.gov/incidents/2020/8/2/sites-fire/ N
166 2542 7ece0a57-ab39-4d98-83bd-2a09f32b5242 Pass Fire Hwy 41, northeast of Shandon 35.61521 -120.40457 280 100% San Luis Obispo 2020-08-05 07:20:14 2020-08-04 CAL FIRE San Luis Obispo Unit Wildfire https://www.fire.ca.gov/incidents/2020/8/4/pass-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
);