2 rows where Neighborhoods (old) = 30 and qSpecies_id = 143

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)
40923 104370 Permitted Site 7 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 3196 Pacific Ave 1 Sidewalk: Property side : Cutout Tree Private 2   09/25/2013 12:00:00 AM     Permit Number 770075 5999036.6 2116652 37.7918664297274 -122.447255168871 (37.7918664297274, -122.447255168871) 11 6 1 29490 30
173366 250137 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 2550x Lyon St 5 Median : Yard Tree DPW 1     12     5999214.14671 2117588.94853 37.7944491854404 -122.44670830396 (37.7944491854404, -122.44670830396) 13   1 57 30

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