3 rows where Neighborhoods (old) = 7 and qSpecies_id = 87

View and edit SQL

These facets timed out: Neighborhoods (old)

rowid ▼ TreeID qLegalStatus_id qSpecies_id qAddress SiteOrder qSiteInfo PlantType qCaretaker_id qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location Fire Prevention Districts Police Districts Supervisor Districts Zip Codes Neighborhoods (old)
101018 25142 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1798X Dolores St 8 Median : Cutout Tree DPW 1     36 20   6005303.4758509 2097774.014097 37.7403880804322 -122.42422853473 (37.7403880804322, -122.42422853473) 2 7 5 28859 7
160743 234409 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1750x Dolores St 2 Median : Yard Tree DPW 1     18     6005335.11777 2098093.36784 37.7412667401708 -122.424141835295 (37.7412667401708, -122.424141835295) 2 7 5 63 7
176164 234408 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1700x Dolores St 6 Median : Yard Tree DPW 1     18     6005328.71951 2098210.15562 37.7415870517023 -122.424172262039 (37.7415870517023, -122.424172262039) 2 7 5 63 7

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "trees" (
   [rowid] INTEGER PRIMARY KEY,
   [TreeID] TEXT,
   [qLegalStatus_id] INTEGER REFERENCES [qLegalStatus]([id]),
   [qSpecies_id] INTEGER,
   [qAddress] TEXT,
   [SiteOrder] TEXT,
   [qSiteInfo] TEXT,
   [PlantType] TEXT,
   [qCaretaker_id] INTEGER REFERENCES [qCaretaker]([id]),
   [qCareAssistant] TEXT,
   [PlantDate] TEXT,
   [DBH] TEXT,
   [PlotSize] TEXT,
   [PermitNotes] TEXT,
   [XCoord] TEXT,
   [YCoord] TEXT,
   [Latitude] TEXT,
   [Longitude] TEXT,
   [Location] TEXT,
   [Fire Prevention Districts] TEXT,
   [Police Districts] TEXT,
   [Supervisor Districts] TEXT,
   [Zip Codes] TEXT,
   [Neighborhoods (old)] TEXT,
   FOREIGN KEY(qSpecies_id) REFERENCES qSpecies(id)
);