5 rows where DBH = 0 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)
49723 115970 DPW Maintained 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 33 1599x 30TH AVE 7 Sidewalk: Curb side : Cutout Tree SFUSD 4     0 3x3   5986686 2104596 37.7580506061519 -122.489100968136 (37.7580506061519, -122.489100968136) 1 8 3 56 35
55266 142521 DPW Maintained 1 Pittosporum undulatum :: Victorian Box 36 301 FRANCISCO ST 4 Sidewalk: Curb side : Cutout Tree SFUSD 4   05/04/2013 12:00:00 AM 0 Width 0ft   6009485.2617 2121177.5361 37.8048839283261 -122.411422499274 (37.8048839283261, -122.411422499274) 3 1 10 308 23
156729 115973 DPW Maintained 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 33 1599x 30TH AVE 10 Sidewalk: Curb side : Cutout Tree SFUSD 4     0 3x3   5986686 2104596 37.7580506061519 -122.489100968136 (37.7580506061519, -122.489100968136) 1 8 3 56 35
92277 100973 DPW Maintained 1 Pittosporum undulatum :: Victorian Box 36 450X Chestnut St 5 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW   0   Permit Number 37341 6009614 2121059.9 37.8045681487804 -122.410968670823 (37.8045681487804, -122.410968670823) 3 1 10 308 23
38858 98972 DPW Maintained 1 Shrub :: Shrub 66 825 Shotwell St 6 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   0 5x5   6008234.2 2102998.9 37.7548994960031 -122.414464835105 (37.7548994960031, -122.414464835105) 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)
);