6 rows where PlotSize = "Width 5ft" and qSpecies_id = 68 sorted by qSpecies_id

View and edit SQL

PlotSize

  • Width 5ft · 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)
38671 234924 DPW Maintained 1 Prunus spp :: Cherry 68 323 Mullen Ave 1 Sidewalk: Curb side : Yard Tree Private 2     5 Width 5ft   6010626.29866 2099830.99271 37.7463352122137 -122.4059690917 (37.7463352122137, -122.4059690917) 2 7 7 28859 2
65912 196067 DPW Maintained 1 Prunus spp :: Cherry 68 2338 Lane St 2 Front Yard : Yard Tree Private 2     2 Width 5ft   6013920.54146 2092873.26714 37.7274144278184 -122.394090896496 (37.7274144278184, -122.394090896496) 10 3 8 58 1
73071 196064 DPW Maintained 1 Prunus spp :: Cherry 68 1800 Illinois St 10 Sidewalk: Curb side : Yard Tree Private 2     2 Width 5ft   6016257.27394 2100629.71457 37.7488416623195 -122.386553348372 (37.7488416623195, -122.386553348372) 10 3 8 58 1
85690 196063 DPW Maintained 1 Prunus spp :: Cherry 68 1751 22nd St 9 Side Yard : Yard Tree Private 2     3 Width 5ft   6012868.1198 2103766.18767 37.757265535503 -122.398493171445 (37.757265535503, -122.398493171445) 10 3 8 28856 29
115685 234917 DPW Maintained 1 Prunus spp :: Cherry 68 1341 San Bruno Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 5ft   6011175.62775 2102086.99041 37.7525603976539 -122.404228319896 (37.7525603976539, -122.404228319896) 10 4 8 28859 19
149775 196062 DPW Maintained 1 Prunus spp :: Cherry 68 1751 22nd St 8 Side Yard : Yard Tree Private 2     5 Width 5ft   6012859.76673 2103766.08005 37.7572647746544 -122.398522052264 (37.7572647746544, -122.398522052264) 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)
);