3 rows where Neighborhoods (old) = 22 and qSpecies_id = 119

View and edit SQL

Neighborhoods (old)

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)
37765 224120 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 1350 Noe St 6 Sidewalk: Property side : Yard Tree Private 2     8     6003219.3903 2100351.64414 37.7473477571063 -122.431618456154 (37.7473477571063, -122.431618456154) 2 4 5 63 22
88203 224119 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 410 Valley St 2 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 2ft   6003252.6682 2099235.68131 37.7442854692919 -122.431423731321 (37.7442854692919, -122.431423731321) 2 7 5 63 22
100884 224130 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 840 Castro St 2 Sidewalk: Property side : Yard Tree Private 2     18     6002416.06064 2103301.09689 37.7554006877977 -122.434607174889 (37.7554006877977, -122.434607174889) 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)
);