8 rows where Supervisor Districts = 6 and qSpecies_id = 53

View and edit SQL

Supervisor Districts

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)
261 119280 Undocumented 4 Ficus nitida :: Laurel Fig 53 95 Miramar Ave 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5995293 2090512 37.7198780283713 -122.458315087488 (37.7198780283713, -122.458315087488) 9 8 6 28861 24
34686 101290 Permitted Site 7 Ficus nitida :: Laurel Fig 53 830 Lisbon St 2 Sidewalk: Curb side : Cutout Tree Private 2         Permit Number 769326 6001055.4 2088979.9 37.7160006775821 -122.438286819162 (37.7160006775821, -122.438286819162) 9 7 6 28861 5
57261 111200 Undocumented 4 Ficus nitida :: Laurel Fig 53 801x CAYUGA AVE 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6001252 2092235 37.7249496290087 -122.437840285791 (37.7249496290087, -122.437840285791) 9 7 6 28861 25
77697 26275 DPW Maintained 1 Ficus nitida :: Laurel Fig 53 1770 San Jose Ave 1 Sidewalk: Curb side : Cutout Tree DPW 1     12 1X1   6000824.4471487 2093863.5491185 37.7293969298827 -122.439434969516 (37.7293969298827, -122.439434969516) 9 7 6 28861 25
112578 112394 Undocumented 4 Ficus nitida :: Laurel Fig 53 2 AMAZON AVE   Sidewalk: Curb side : Cutout Tree Private 2     16 3x3   6000472 2089324 37.7169122992795 -122.440327982322 (37.7169122992795, -122.440327982322) 9 7 6 28861 5
145671 15751 Permitted Site 7 Ficus nitida :: Laurel Fig 53 4621 Mission St 2 Sidewalk: Curb side : Cutout Tree Private 2     6 3X3   6002118.32394 2091946.54904 37.7242068323306 -122.434824887315 (37.7242068323306, -122.434824887315) 9 7 6 28861 5
146767 119279 Undocumented 4 Ficus nitida :: Laurel Fig 53 95 Miramar Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5995293 2090512 37.7198780283713 -122.458315087488 (37.7198780283713, -122.458315087488) 9 8 6 28861 24
150275 28300 DPW Maintained 1 Ficus nitida :: Laurel Fig 53 100 Broad St 2 Sidewalk: Curb side : Cutout Tree DPW 1     13 3X3   5995887 2088090 37.713261901345 -122.456086835381 (37.713261901345, -122.456086835381) 9 8 6 28861 24

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