6 rows where PlotSize = "Width 4ft" and qSpecies_id = 68 sorted by Fire Prevention Districts

View and edit SQL

PlotSize

  • Width 4ft · 6
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)
13644 212860 DPW Maintained 1 Prunus spp :: Cherry 68 129 Merced Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 4ft   5994548.15716 2099444.62817 37.7443620078908 -122.461537000359 (37.7443620078908, -122.461537000359) 1 8 4 59 40
22746 212861 DPW Maintained 1 Prunus spp :: Cherry 68 175 Garcia Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 4ft   5994619.09353 2099469.67136 37.7444348530002 -122.461293534079 (37.7444348530002, -122.461293534079) 1 8 4 59 40
112015 120699 DPW Maintained 1 Prunus spp :: Cherry 68 82 22nd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 4ft   5988985.45615 2114833.30825 37.7862933730561 -122.481898453185 (37.7862933730561, -122.481898453185) 11 6 1 55 33
117684 117739 DPW Maintained 1 Prunus spp :: Cherry 68 475 39th Ave 1 Sidewalk: Curb side : Yard Tree Private 2     4 Width 4ft   5983746.16527 2112679.78018 37.7800743257794 -122.49986552243 (37.7800743257794, -122.49986552243) 11 6 2 55 26
55945 234919 DPW Maintained 1 Prunus spp :: Cherry 68 200 Saint Marys Ave 5 Side Yard : Yard Tree Private 2     2 Width 4ft   6003932.02563 2095971.19882 37.7353604264491 -122.428841975603 (37.7353604264491, -122.428841975603) 2 7 5 63 7
79051 237948 DPW Maintained 1 Prunus spp :: Cherry 68 3387 25th St 1 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 4ft   6007155.62665 2101453.96351 37.7505968017181 -122.418085332981 (37.7505968017181, -122.418085332981) 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)
);