3 rows where Zip Codes = 28862 and qSpecies_id = 90

View and edit SQL

Zip Codes

  • 28862 · 3
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)
50651 225217 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 134 Collingwood St 4 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 5ft   6002027.4215 2104870.25922 37.7596871588433 -122.436063485734 (37.7596871588433, -122.436063485734) 2 4 5 28862 3
52231 225219 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 671 Church St 8 Front Yard : Yard Tree Private 2     12 Width 3ft   6004323.55223 2104918.32345 37.7599493112276 -122.428125733914 (37.7599493112276, -122.428125733914) 2 4 5 28862 3
102035 225218 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 134 Collingwood St 5 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 5ft   6002031.63852 2104811.49602 37.7595260489014 -122.436044696201 (37.7595260489014, -122.436044696201) 2 4 5 28862 3

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