2 rows where Neighborhoods (old) = 28 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)
53757 176288 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 51 Tulane St 1 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 2ft   6007278.51632 2093753.93468 37.7294611462914 -122.417114824212 (37.7294611462914, -122.417114824212) 9 3 7 309 28
113035 176287 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 1565 Bacon St 1 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 2ft   6006970.59339 2091697.77071 37.723798037137 -122.418033639041 (37.723798037137, -122.418033639041) 9 7 7 309 28

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