6 rows where SiteOrder = 3 and qSpecies_id = 87

View and edit SQL

SiteOrder

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)
41262 178096 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1015 Excelsior Ave 3 Sidewalk: Property side : Yard Tree Private 2     12 Width 2ft   6004838.97157 2091229.63894 37.7223924453503 -122.425369008793 (37.7223924453503, -122.425369008793) 9 7 6 28861 5
64183 178092 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1021 Excelsior Ave 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 2ft   6004868.00529 2091200.35953 37.7223136907999 -122.425266563405 (37.7223136907999, -122.425266563405) 9 7 6 28861 5
69176 110478 Permitted Site 7 Phoenix dactylifera :: Date Palm 87 151 VALENCIA ST 3 Sidewalk: Curb side : Cutout Tree Private 2     22 9x8   6006061 2108804 37.7707166091945 -122.422392827103 (37.7707166091945, -122.422392827103) 8 2 9 28853 19
87111 234405 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 177 Valencia St 3 : Tree Private 2     22 Width 8ft   6006077.65974 2108680.63405 37.7703788155623 -122.422326434118 (37.7703788155623, -122.422326434118) 8 2 7 28853 19
92638 119952 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 300 28th Ave 3 Sidewalk: Property side : Yard Tree Private 2     18 Width 3ft   5987169.40244 2113876.4433 37.7835603139772 -122.488111110065 (37.7835603139772, -122.488111110065) 11 6 2 55 26
155453 234404 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 100 Valencia St 3 : Tree Private 2     20 Width 8ft   6006014.35416 2108978.59433 37.7711933719978 -122.422566584574 (37.7711933719978, -122.422566584574) 8 2 9 28853 19

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