21 rows where PlotSize = "Width 3ft" and qSpecies_id = 68

View and edit SQL

PlotSize

  • Width 3ft · 7
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)
128650 179166 DPW Maintained 1 Prunus spp :: Cherry 68 137 University St 1 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 3ft   6007974.04708 2093261.84981 37.7281490902886 -122.414675489606 (37.7281490902886, -122.414675489606) 9 3 7 309 28
129139 196536 DPW Maintained 1 Prunus spp :: Cherry 68 1422 Rhode Island St 1 : Tree Private 2     10 Width 3ft   6011983.19537 2101729.68858 37.7516244165498 -122.401410487604 (37.7516244165498, -122.401410487604) 10 3 8 28856 29
164673 122230 DPW Maintained 1 Prunus spp :: Cherry 68 700 14th Ave 1 Sidewalk: Curb side : Yard Tree Private 2     6 Width 3ft   5991662.29598 2110580.87973 37.7747726831994 -122.472327258665 (37.7747726831994, -122.472327258665) 11 6 2 54 26
181735 237947 DPW Maintained 1 Prunus spp :: Cherry 68 923 Shotwell St 5 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 3ft   6008000.76687 2102633.77568 37.7538838309939 -122.415246269499 (37.7538838309939, -122.415246269499) 2 4 7 28859 19
186812 234918 DPW Maintained 1 Prunus spp :: Cherry 68 1319 San Bruno Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 3ft   6011166.83162 2102201.8831 37.7528753762183 -122.404266824377 (37.7528753762183, -122.404266824377) 10 4 8 28859 19
190581 234912 DPW Maintained 1 Prunus spp :: Cherry 68 266 Richland Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 3ft   6006193.38743 2096072.09961 37.7357652112859 -122.421030756557 (37.7357652112859, -122.421030756557) 2 7 7 28859 2
193280 196534 DPW Maintained 1 Prunus spp :: Cherry 68 2221 26th St 2 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 3ft   6011830.1521 2101342.38489 37.7505524246675 -122.401912510764 (37.7505524246675, -122.401912510764) 10 3 8 28856 1

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