2 rows where "UpdatedDate" is on date 2020-11-09

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
228 2623 1e437685-8470-4dd5-bf6c-54e75143d36a Fork Fire South Fork Road and Trail View, northeast of Pollock Pines in El Dorado County. 38.99 -120.394     El Dorado 2020-11-09 17:48:59 2020-09-08   Wildfire https://www.fire.ca.gov/incidents/2020/9/8/fork-fire/ N
258 2655 57d6e532-295c-4166-a6f3-1cc64acbf5de Point Fire (Placer County) Nevada Point Rd and Long Creek Rd, east of Foresthill 39.009454 -120.488892     Placer 2020-11-09 17:51:41 2020-10-26 USFS El Dorado National Forest Wildfire https://www.fire.ca.gov/incidents/2020/10/26/point-fire-placer-county/ 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
);