2 rows where qCareAssistant = "DPW for City Agency" and qSpecies_id = 50 sorted by PlantDate

View and edit SQL

qCareAssistant

  • DPW for City Agency · 2
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)
73796 115552 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 925x Minnesota St 4 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   6 15x7   6015276.56251 2104229.20593 37.7586707630633 -122.390196112573 (37.7586707630633, -122.390196112573) 10 3 8 28856 29
68245 34754 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 825 Shotwell St 1 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency 04/07/2010 12:00:00 AM 5 3x3 Permit Number 53353 6007982.56974873 2103121.8781615 37.7552230267666 -122.415343751113 (37.7552230267666, -122.415343751113) 2 4 7 28859 19

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