3 rows where DBH = 26 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)
98442 142544 DPW Maintained 1 Pittosporum undulatum :: Victorian Box 36 301 FRANCISCO ST 6 Sidewalk: Curb side : Cutout Tree SFUSD 4   03/23/2016 02:55:00 PM 26 Width 0ft   6009534.8661 2121184.7078 37.8049064021217 -122.411251344133 (37.8049064021217, -122.411251344133) 3 1 10 308 23
45651 99551 DPW Maintained 1 Platanus x hispanica :: Sycamore: London Plane 27 200X Henry St 5 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   26 3x3   6002211.6 2107376.8 37.7665799711801 -122.435605827147 (37.7665799711801, -122.435605827147) 15 5 5 28862 3
46043 96215 DPW Maintained 1 Acacia melanoxylon :: Blackwood Acacia 70 200X Collingwood St 3 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   26 4x4   6002035.7 2104682 37.7591707149085 -122.436021383266 (37.7591707149085, -122.436021383266) 2 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)
);