105 rows where qSpecies_id = 207

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)
181964 233354 DPW Maintained 1 Pinus thunbergii :: Japanese Black Pine 207 4371 21st St 1 Sidewalk: Property side : Yard Tree Private 2     11 Width 10ft   6000771.43115 2103216.78059 37.7550756746059 -122.440288742632 (37.7550756746059, -122.440288742632) 2 4 5 28862 22
185955 11202 DPW Maintained 1 Pinus thunbergii :: Japanese Black Pine 207 100 Idora Ave 5 Median : Cutout Tree DPW 1     3 8   5995328.17404 2099416.28223 37.744329043248 -122.458837831796 (37.744329043248, -122.458837831796) 1 8 4 59 40
186750 211307 DPW Maintained 1 Pinus thunbergii :: Japanese Black Pine 207 370 Monterey Blvd 9 Sidewalk: Property side : Yard Tree Private 2     6 Width 8ft   5999716.58895 2094723.96092 37.731696308723 -122.443326702883 (37.731696308723, -122.443326702883) 9 7 4 63 40
186783 114217 Undocumented 4 Pinus thunbergii :: Japanese Black Pine 207 2X ACEVEDO AVE 2 Sidewalk: Curb side : Yard Tree Private 2     18     5987907 2090895 37.72050244758 -122.483873669144 (37.72050244758, -122.483873669144) 1 8 4 64 14
193234 233346 DPW Maintained 1 Pinus thunbergii :: Japanese Black Pine 207 4330 26th St 1 Sidewalk: Curb side : Cutout Tree Private 2     48 Width 8ft   6001739.83131 2100612.12981 37.7479790146154 -122.436753300851 (37.7479790146154, -122.436753300851) 2 4 5 28862 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)
);