4 rows where qSiteInfo = ":" and qSpecies_id = 87

View and edit SQL

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)
13089 234406 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 147 Valencia St 1 : Tree Private 2     20 Width 8ft   6006058.10348 2108951.831 37.7711223543454 -122.422413351811 (37.7711223543454, -122.422413351811) 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
153050 194396 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 404 Texas St 2 : Tree Private 2     5 Width 3ft   6013753.00749 2105172.57058 37.7611764136899 -122.395531390984 (37.7611764136899, -122.395531390984) 10 3 8 28856 29
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)
);