5 rows where DBH = 23 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)
48885 98651 DPW Maintained 1 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 38 2110 Greenwich St 8 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW   23 5x5   6002674.17203 2119228.66956 37.7991484749737 -122.434853527066 (37.7991484749737, -122.434853527066) 13 9 1 57 17
40315 116056 DPW Maintained 1 Lophostemon confertus :: Brisbane Box 11 650x Kansas St 12 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency 03/30/2018 12:00:00 AM 23 4x4   6011515.19198 2105171.68257 37.7610492486475 -122.403271019449 (37.7610492486475, -122.403271019449) 10 3 8 28856 29
176047 116054 DPW Maintained 1 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 38 650x Kansas St 10 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   23 4x4   6011511.93551 2105220.59815 37.7611833780414 -122.403285723377 (37.7611833780414, -122.403285723377) 10 3 8 28856 29

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