3 rows where Neighborhoods (old) = 26, qCaretaker_id = 1 and qSpecies_id = 35

View and edit SQL

qCaretaker_id

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)
33534 27300 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 7900X Geary Blvd 1 Sidewalk: Curb side : Cutout Tree DPW 1   06/10/1999 12:00:00 AM 6 5x5   5982547.93354 2112415.51016 37.7792783288562 -122.503991098801 (37.7792783288562, -122.503991098801) 11 6 2 55 26
144700 118538 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 7900x Geary Blvd 1 Median : Cutout Tree DPW 1     11 Width 4ft   5982472.23583 2112389.87128 37.7792034803758 -122.504251064408 (37.7792034803758, -122.504251064408) 11 6 2 55 26
153963 24789 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 7700 Geary Blvd 1 Median : Cutout Tree DPW 1     6 4X4   5983110.07731 2112460.67779 37.7794353864392 -122.502049785013 (37.7794353864392, -122.502049785013) 11 6 2 55 26

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