108 rows where Zip Codes = 28862 and qSpecies_id = 53

View and edit SQL

Zip Codes

  • 28862 · 8
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)
188536 117125 Undocumented 4 Ficus nitida :: Laurel Fig 53 766 NOE ST 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6003023 2103770 37.7567226205836 -122.432541687014 (37.7567226205836, -122.432541687014) 2 4 5 28862 3
189307 111392 Undocumented 4 Ficus nitida :: Laurel Fig 53 298x CLINTON PARK 5 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6004911 2108307 37.7692870280045 -122.426335307428 (37.7692870280045, -122.426335307428) 8 4 5 28862 19
189703 66879 Permitted Site 7 Ficus nitida :: Laurel Fig 53 277 Douglass St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/18/1991 12:00:00 AM     Permit Number 768127 6001144.84674667 2104743.15871911 37.7592879918503 -122.439106757133 (37.7592879918503, -122.439106757133) 2 4 5 28862 3
190159 225029 DPW Maintained 1 Ficus nitida :: Laurel Fig 53 4543 18th St 1 Sidewalk: Curb side : Cutout Tree Private 2   04/14/2017 12:00:00 AM 3 Width 3ft Permit Number 17041 6000793.7951 2105198.47261 37.7605181908718 -122.440353514511 (37.7605181908718, -122.440353514511) 2 4 5 28862 3
192632 5633 DPW Maintained 1 Ficus nitida :: Laurel Fig 53 1256 Dolores St 1 Sidewalk: Curb side : Cutout Tree DPW 1     30 3X3   6005118.39805 2100997.74937 37.749229268656 -122.425097781596 (37.749229268656, -122.425097781596) 2 4 5 28862 22
192675 111390 Undocumented 4 Ficus nitida :: Laurel Fig 53 298x CLINTON PARK 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6004911 2108307 37.7692870280045 -122.426335307428 (37.7692870280045, -122.426335307428) 8 4 5 28862 19
193673 120592 Undocumented 4 Ficus nitida :: Laurel Fig 53 3773 17th St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6003806 2105923 37.7626786166025 -122.429987363922 (37.7626786166025, -122.429987363922) 8 4 5 28862 3
193861 44757 Permitted Site 7 Ficus nitida :: Laurel Fig 53 480 Sanchez St 1 Sidewalk: Curb side : Cutout Tree Private 2         Permit Number 43870 6003593.00847933 2105481.98628904 37.7614556341181 -122.430692553071 (37.7614556341181, -122.430692553071) 15 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)
);