4 rows where DBH = 17 and qCaretaker_id = 4 sorted by qCareAssistant

View and edit SQL

DBH

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)
87079 225503 DPW Maintained 1 Magnolia grandiflora 'Samuel Sommer' :: Samuel Sommer Magnolia 2 450 Church St 1 Sidewalk: Curb side : Cutout Tree SFUSD 4     17 6x6   6004180.73654 2106512.8354 37.7643193787498 -122.428733333891 (37.7643193787498, -122.428733333891) 8 4 5 28862 3
95849 234073 DPW Maintained 1 Pittosporum undulatum :: Victorian Box 36 1400 San Bruno Ave 3 Sidewalk: Curb side : Cutout Tree SFUSD 4     17 Width 3ft   6011143.13167 2101723.71293 37.7515611015794 -122.404315130536 (37.7515611015794, -122.404315130536) 10 4 8 28859 19
126216 225507 DPW Maintained 1 Magnolia grandiflora 'Samuel Sommer' :: Samuel Sommer Magnolia 2 450 Church St 7 Sidewalk: Curb side : Cutout Tree SFUSD 4     17 6x6   6004191.74013 2106290.72293 37.7637101339293 -122.428679441106 (37.7637101339293, -122.428679441106) 8 4 5 28862 3
153477 225511 DPW Maintained 1 Magnolia grandiflora 'Samuel Sommer' :: Samuel Sommer Magnolia 2 450 Church St 11 Sidewalk: Curb side : Cutout Tree SFUSD 4     17 6x6   6004201.15911 2106105.10523 37.7632010052443 -122.428633631453 (37.7632010052443, -122.428633631453) 8 4 5 28862 3

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