5 rows where Police Districts = 4 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)
25648 234410 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 2230 Bryant St 5 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 3ft   6009609.68289 2104362.91127 37.7587219398878 -122.409804286564 (37.7587219398878, -122.409804286564) 2 4 7 28859 19
66704 107130 Property Tree 8 Phoenix dactylifera :: Date Palm 87 751 DOLORES ST 1 Front Yard : Cutout Tree Private 2           6005081.8 2103948.4 37.7573290011944 -122.425434294507 (37.7573290011944, -122.425434294507) 2 4 5 28859 19
82439 234416 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 567 Sanchez St 1 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 3ft   6003675.33514 2104944.37224 37.7599841383641 -122.430369460604 (37.7599841383641, -122.430369460604) 2 4 5 28862 3
94556 25081 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1200X Dolores St 1 Median : Cutout Tree DPW 1   10/03/2012 12:00:00 AM 20 20   6005156.57495 2101303.54282 37.7500710634364 -122.424987519083 (37.7500710634364, -122.424987519083) 2 4 5 28862 22
192523 234407 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 100x Dolores St 8 Median : Yard Tree DPW 1     18     6004812.29017 2107562.9589 37.7672384899902 -122.426623750084 (37.7672384899902, -122.426623750084) 8 4 5 28862 3

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