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

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
113 2489 b4413d75-dc78-4810-9db3-c644a1afc5f3 Tripp Fire Cary Road and Tripp Flats Road, West of Anza 33.551838 -116.7464168 10 100% Riverside 2020-07-11 07:44:38 2020-07-09 CAL FIRE / Riverside County Fire Wildfire https://www.fire.ca.gov/incidents/2020/7/9/tripp-fire/ N
114 2490 49be3366-f2b6-4ff5-8541-a25ad9bdc607 Alum Fire Mt Hamilton Rd and Crothers Rd, northeast of San Jose 37.37731 -121.79349 31 100% Santa Clara 2020-07-11 17:28:58 2020-07-11 Unified Command: CAL FIRE and San Jose Fire Department Wildfire https://www.fire.ca.gov/incidents/2020/7/11/alum-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
);