3 rows where Neighborhoods (old) = 38 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)
76419 224128 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 18 Portola Dr 1 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 3ft   5999679.40978 2101490.53022 37.7502735763867 -122.443941232111 (37.7502735763867, -122.443941232111) 2 5 5 63 38
80510 224127 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 950 Corbett Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 3ft   5999802.03186 2102082.04496 37.7519047262434 -122.443559684852 (37.7519047262434, -122.443559684852) 2 5 5 63 38
190243 224129 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 26 Portola Dr 1 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 3ft   5999702.07185 2101445.78437 37.7501520078164 -122.443859651015 (37.7501520078164, -122.443859651015) 2 5 5 63 38

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