5 rows where Police Districts = 1 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)
58534 107481 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1300x Montgomery St 1 Median : Cutout Tree DPW 1           6011490.99877 2119741.79528 37.8010540290465 -122.404380271142 (37.8010540290465, -122.404380271142) 3 1 10 308 23
72920 249892 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 230 Greenwich St 28 Back Yard : Yard Tree Private 2     36 Width 0ft   6011427.28959 2120425.37078 37.8029274001332 -122.404648882458 (37.8029274001332, -122.404648882458) 3 1 10 28860 6
90198 132135 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 844 Bay St 2 Sidewalk: Curb side : Pot Tree Private 2     16 Width 3ft   6006652.21719 2121188.57892 37.8047549412394 -122.421227358273 (37.8047549412394, -122.421227358273) 5 1 1 28858 32
118684 249956 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 285 Filbert St 2 Side Yard : Yard Tree Private 2     23 Width 0ft   6011495.62979 2120073.57822 37.8019652829314 -122.404387612316 (37.8019652829314, -122.404387612316) 3 1 10 308 23
124839 132134 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 844 Bay St 1 Sidewalk: Curb side : Pot Tree Private 2     18 Width 3ft   6006665.94728 2121190.24519 37.8047602904276 -122.421179962201 (37.8047602904276, -122.421179962201) 5 1 1 28858 32

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