5 rows where PlotSize = "Width 5ft" and qSpecies_id = 39

View and edit SQL

PlotSize

  • Width 5ft · 5
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)
64177 239146 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 101 Hwy 101 N Off Ramp 5 Sidewalk: Property side : Yard Tree Private 2     4 Width 5ft   6005853.9818 2109210.66322 37.7718215286672 -122.423137817777 (37.7718215286672, -122.423137817777) 8 2 9 28853 19
92434 239144 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 101 Hwy 101 N Off Ramp 3 Sidewalk: Property side : Yard Tree Private 2     4 Width 5ft   6005864.04497 2109192.11891 37.7717711783282 -122.423101690202 (37.7717711783282, -122.423101690202) 8 2 9 28853 19
113549 239142 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 101 Hwy 101 N Off Ramp 1 Sidewalk: Property side : Yard Tree Private 2     4 Width 5ft   6005875.43102 2109171.08438 37.7717140650818 -122.423060809714 (37.7717140650818, -122.423060809714) 8 2 9 28853 19
147541 239145 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 101 Hwy 101 N Off Ramp 4 Sidewalk: Property side : Yard Tree Private 2     4 Width 5ft   6005859.0162 2109201.52808 37.7717967298683 -122.423119753987 (37.7717967298683, -122.423119753987) 8 2 9 28853 19
158390 239143 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 101 Hwy 101 N Off Ramp 2 Sidewalk: Property side : Yard Tree Private 2     4 Width 5ft   6005870.17252 2109182.68749 37.771745627697 -122.423079824091 (37.771745627697, -122.423079824091) 8 2 9 28853 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)
);