5 rows where qSpecies_id = 367

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)
16407 262217 Landmark tree 11 Sambucus mexicana :: Blue Elderberry 367 3440X Folsom St 1 Front Yard : Cutout Tree Rec/Park 5       3x3   6008633 2098934 37.7437605844193 -122.412798302433 (37.7437605844193, -122.412798302433) 2 7 7 28859 2
43215 38429 Permitted Site 7 Sambucus mexicana :: Blue Elderberry 367 1000X Wisconsin St 1 Sidewalk: Curb side : Cutout Tree Private 2   08/18/1998 12:00:00 AM       6012766 2102838 37.7547112450133 -122.398781204994 (37.7547112450133, -122.398781204994) 10 3 8 28856 29
93814 197475 DPW Maintained 1 Sambucus mexicana :: Blue Elderberry 367 1900 19th St 5 Front Yard : Yard Tree Private 2     16     6012041.1357 2105142.55363 37.7609986266973 -122.40144994987 (37.7609986266973, -122.40144994987) 10 3 8 28856 29
100815 111757 Landmark tree 11 Sambucus mexicana :: Blue Elderberry 367 3440X Folsom St 1 Front Yard : Yard Tree Rec/Park 5           6008633.69746 2098934.7859 37.743762781475 -122.412795946324 (37.743762781475, -122.412795946324) 2 7 7 28859 2
150697 239563 DPW Maintained 1 Sambucus mexicana :: Blue Elderberry 367 51 13th St 6 : Tree Private 2     19 Width 5ft   6008200.43388 2108278.8287 37.7693950660465 -122.414955290262 (37.7693950660465, -122.414955290262) 8 4 7 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)
);