6 rows where Police Districts = 8 and qSpecies_id = 87

View and edit SQL

Police Districts

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)
966 251257 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1748x Eucalyptus Dr 1 Sidewalk: Property side : Yard Tree Private 2       3x3   5986101 2094852 37.7312620395563 -122.490407299046 (37.7312620395563, -122.490407299046) 1 8 4 64 35
44434 210933 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 154 Margaret Ave 1 Sidewalk: Curb side : Pot Tree Private 2     27 Width 10ft   5996718.73035 2089319.81928 37.7166864052207 -122.453300837263 (37.7166864052207, -122.453300837263) 9 8 6 28861 24
57631 251258 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1748x Eucalyptus Dr 2 Sidewalk: Property side : Yard Tree Private 2       3x3   5986101 2094852 37.7312620395563 -122.490407299046 (37.7312620395563, -122.490407299046) 1 8 4 64 35
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
94770 210932 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 116 Tara St 1 Sidewalk: Property side : Yard Tree Private 2     25 Width 6ft   5998072.9046 2090918.03439 37.7211522595526 -122.448735198692 (37.7211522595526, -122.448735198692) 9 8 6 28861 24
184876 185064 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 20 Crestlake Dr 2 Sidewalk: Property side : Yard Tree Private 2     34 Width 0ft   5989046.5946 2096130.9763 37.7349453809922 -122.480317540903 (37.7349453809922, -122.480317540903) 1 8 3 64 35

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