3 rows where "UpdatedDate" is on date 2020-07-06

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
100 2476 b564196f-6499-4e1e-b896-7b6211d97f90 Mount R Fire Highway 330 and Old City Creek Road, Southwest of Running Springs 34.182436 -117.124353 62 100% San Bernardino 2020-07-06 13:27:32 2020-07-03 USFS San Bernardino National Forest Wildfire https://www.fire.ca.gov/incidents/2020/7/3/mount-r-fire/ N
103 2479 7f3042f1-3e76-4c3e-82c9-a0761c1c8b90 Park Fire East Dunne Avenue and Finley Ridge Road, East of Morgan Hill 37.166733 -121.567505 343 100% Santa Clara 2020-07-06 19:24:45 2020-07-05 CAL FIRE Santa Clara Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/5/park-fire/ N
109 2485 ce7dddd1-7a79-4aa4-b6bc-f4181aa2ac05 Patterson Fire Hwy 580 and Patterson Pass Rd, west of Tracy 37.71984 -121.53524 150 100% San Joaquin 2020-07-06 19:04:39 2020-07-06 CAL FIRE Santa Clara Unit Wildfire https://www.fire.ca.gov/incidents/2020/7/6/patterson-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
);