5 rows where Zip Codes = 28856 and qSpecies_id = 39

View and edit SQL

These facets timed out: Zip Codes

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)
7169 114201 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 310 Carolina St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 3x3   6012278.4302 2106502.4698 37.7647458912325 -122.40072478603 (37.7647458912325, -122.40072478603) 14 3 8 28856 29
38627 114204 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 310 Carolina St 4 Sidewalk: Curb side : Cutout Tree Private 2     2 3x3   6012281.59873 2106430.00707 37.764547101481 -122.400708735836 (37.764547101481, -122.400708735836) 14 3 8 28856 29
84108 114205 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 310 Carolina St 5 Sidewalk: Curb side : Cutout Tree Private 2     2 3x3   6012283.24048 2106396.5985 37.7644554605731 -122.400700710264 (37.7644554605731, -122.400700710264) 14 3 8 28856 29
108073 114202 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 310 Carolina St 2 Sidewalk: Curb side : Cutout Tree Private 2     3 3x3   6012278.21126 2106491.69166 37.7647162846561 -122.400724786045 (37.7647162846561, -122.400724786045) 14 3 8 28856 29
127840 114203 DPW Maintained 1 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 39 310 Carolina St 3 Sidewalk: Curb side : Cutout Tree Private 2     3 3x3   6012282.10678 2106442.32004 37.7645809384837 -122.400707843686 (37.7645809384837, -122.400707843686) 14 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)
);