4 rows where Neighborhoods (old) = 11 and qSpecies_id = 91

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)
26202 32764 Permitted Site 7 Schinus molle :: California Pepper 91 274 02nd Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   10/29/1996 12:00:00 AM     Permit Number 37139 5995268.23997636 2113729.87048347 37.7836270090334 -122.460081822154 (37.7836270090334, -122.460081822154) 11 6 2 54 11
131504 68701 DPW Maintained 1 Schinus molle :: California Pepper 91 174 Funston Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   11/02/1993 12:00:00 AM 8   Permit Number 32613 5991836.39041 2114296.24984 37.7849841461432 -122.471995891724 (37.7849841461432, -122.471995891724) 11 6 2 54 11
159315 32765 Permitted Site 7 Schinus molle :: California Pepper 91 274 02nd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   10/29/1996 12:00:00 AM     Permit Number 37139 5995268.23997636 2113729.87048347 37.7836270090334 -122.460081822154 (37.7836270090334, -122.460081822154) 11 6 2 54 11
176454 103991 DPW Maintained 1 Schinus molle :: California Pepper 91 490 12th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     14 6X9   5992225.21796 2112091.38371 37.7789526802379 -122.470490047579 (37.7789526802379, -122.470490047579) 11 6 2 54 11

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