2 rows where AcresBurnedDisplay = 10, CountiesList = "Riverside" and IsActive = "N"

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
58 2434 90d7bf99-5b46-4a48-a07c-7468829e50b3 Dawson Fire Dawson Canyon Road and Park Canyon Road 33.776033 -117.461925 10 100% Riverside 2020-06-17 08:27:01 2020-06-13 CAL FIRE Riverside County Fire Wildfire https://www.fire.ca.gov/incidents/2020/6/13/dawson-fire/ N
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

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
);