6 rows where qSiteInfo = "Sidewalk: Curb side : Yard" and qSpecies_id = 87

View and edit SQL

These facets timed out: qSiteInfo

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)
25053 194399 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1121 Jamestown Ave 11 Sidewalk: Curb side : Yard Tree Private 2     7     6013370.43296 2090062.5178 37.7196660858089 -122.395795770954 (37.7196660858089, -122.395795770954) 10 3 8 58 1
27847 194401 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1121 Jamestown Ave 15 Sidewalk: Curb side : Yard Tree Private 2     15     6013389.43326 2090047.39318 37.719625613601 -122.395729034071 (37.719625613601, -122.395729034071) 10 3 8 58 1
33998 178089 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 627 Paris St 1 Sidewalk: Curb side : Yard Tree Private 2     37     6001428.27595 2089993.7852 37.7188057808522 -122.437070533975 (37.7188057808522, -122.437070533975) 9 7 6 28861 5
77804 185246 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 2563 33rd Ave 1 Sidewalk: Curb side : Yard Tree Private 2     19 Width 0ft   5986117.5685 2097805.0277 37.7393712405593 -122.490567199309 (37.7393712405593, -122.490567199309) 1 8 3 29491 35
80394 194400 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1121 Jamestown Ave 12 Sidewalk: Curb side : Yard Tree Private 2     8     6013373.9192 2090059.88362 37.7196590468175 -122.395783535707 (37.7196590468175, -122.395783535707) 10 3 8 58 1
90927 194398 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1121 Jamestown Ave 8 Sidewalk: Curb side : Yard Tree Private 2     8     6013340.66521 2090086.19155 37.7197294331555 -122.395900326164 (37.7197294331555, -122.395900326164) 10 3 8 58 1

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