4 rows where Zip Codes = 28861 and qSpecies_id = 90

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)
8672 175850 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 44 Curtis St 1 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 5ft   6000539.62692 2088348.79811 37.7142384641087 -122.440024342845 (37.7142384641087, -122.440024342845) 9 7 6 28861 5
53262 206050 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 54 Montana St 1 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 2ft   5996176.33569 2089321.83975 37.7166608491878 -122.45517576096 (37.7166608491878, -122.45517576096) 9 8 6 28861 24
143925 175849 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 986 Athens St 2 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 2ft   6002153.04681 2088139.00774 37.713754143201 -122.434432752284 (37.713754143201, -122.434432752284) 9 7 6 28861 5
191408 175848 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 900 Vienna St 1 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 4ft   6002108.06583 2088596.52311 37.7150078260217 -122.434620917447 (37.7150078260217, -122.434620917447) 9 7 6 28861 5

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