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

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
136 2512 22bb346a-660e-46cb-8c54-dbcda18fc4d6 Jack Fire Hwy 60 and Jackrabbit Trail, West of Beaumont 33.93327 -117.033124 145 100% Riverside 2020-07-25 19:43:34 2020-07-24 CAL FIRE / Riverside County Fire Wildfire https://www.fire.ca.gov/incidents/2020/7/24/jack-fire/ N
137 2513 0364a8dd-0971-4f24-a020-6f4e97ccbace Hill Fire Highway 20 and Highway 16, East of Wilbur Springs 39.013591 -122.359663 138 100% Colusa 2020-07-25 07:09:24 2020-07-24 CAL FIRE Sonoma-Lake-Napa Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/24/hill-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
);