2 rows where qSpecies_id = 557

View and edit SQL

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)
147441 191713 DPW Maintained 1 Erythrina caffra :: Coral tree 557 601 Wisconsin St 20 Sidewalk: Property side : Yard Tree Private 2     15 Width 6ft   6012726.33226 2104665.52893 37.7597270294027 -122.399046654695 (37.7597270294027, -122.399046654695) 10 3 8 28856 29
171425 233900 DPW Maintained 1 Erythrina caffra :: Coral tree 557 424 Waller St 1 Sidewalk: Curb side : Cutout Tree Private 2     41 Width 3ft   6003655.41854 2109025.6301 37.7711891577883 -122.430729588693 (37.7711891577883, -122.430729588693) 15 9 11 29492 10

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