16 rows where Zip Codes = 28853 and qSpecies_id = 12

View and edit SQL

Zip Codes

  • 28853 · 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)
168053 197970 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 90 04th St 1 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 4ft   6011429.88 2113631.09913 37.7842721037271 -122.404161460703 (37.7842721037271, -122.404161460703) 12 2 9 28853 34
184350 197968 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 153 05th St 3 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 4ft   6010849.47884 2113039.65001 37.7826156766079 -122.406127771681 (37.7826156766079, -122.406127771681) 12 2 9 28853 34
188945 112147 Undocumented 4 Tilia cordata :: Littleleaf Linden 12 101X 05TH ST 1 Sidewalk: Curb side : Cutout Tree Dept of Real Estate 7     10 3x3   6010794 2113100 37.782778280213 -122.406323959165 (37.782778280213, -122.406323959165) 12 2 9 28853 34

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