4 rows where qSpecies_id = 520

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)
87247 119416 DPW Maintained 1 Callistemon 'Jeffers' :: Purple bottlebrush 520 475 32nd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 2ft   5985918.25244 2112723.39878 37.7803213158293 -122.492354609513 (37.7803213158293, -122.492354609513) 11 6 2 55 26
115128 121859 DPW Maintained 1 Callistemon 'Jeffers' :: Purple bottlebrush 520 694 19th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 3ft   5990070.82749 2110676.13912 37.7749420038205 -122.477839380532 (37.7749420038205, -122.477839380532) 11 6 2 55 26
123810 247133 DPW Maintained 1 Callistemon 'Jeffers' :: Purple bottlebrush 520 500 27th St 3 Front Yard : Yard Tree Private 2     10     6003198.2141 2100093.86711 37.7466387612816 -122.431673280594 (37.7466387612816, -122.431673280594) 2 7 5 63 22
148036 247008 DPW Maintained 1 Callistemon 'Jeffers' :: Purple bottlebrush 520 401 Valley St 8 Side Yard : Yard Tree Private 2     5 Width 8ft   6003270.60035 2099185.34055 37.74414826155 -122.431358132986 (37.74414826155, -122.431358132986) 2 7 5 63 22

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