5 rows where Zip Codes = 28861 and qSpecies_id = 186

View and edit SQL

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)
82074 219170 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 1485x Northwood Dr 2 Median : Yard Tree DPW 1     26     5995884.37538 2093916.02711 37.7292586405571 -122.456516950515 (37.7292586405571, -122.456516950515) 9 7 4 28861 40
86297 176568 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 331 Trumbull St 1 Sidewalk: Property side : Yard Tree Private 2     26 Width 8ft   6005242.43396 2094359.74451 37.7310098139482 -122.424196833342 (37.7310098139482, -122.424196833342) 9 7 6 28861 5
147049 228417 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 1201 San Jose Ave 29 Front Yard : Yard Tree Private 2     6     6004356.2801 2096019.85272 37.7355180227423 -122.427378634733 (37.7355180227423, -122.427378634733) 2 7 5 28861 2
167097 219171 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 1485x Northwood Dr 3 Median : Yard Tree DPW 1     7     5995877.51816 2093932.37838 37.72930314352 -122.456541838346 (37.72930314352, -122.456541838346) 9 7 4 28861 40
185560 228416 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 1201 San Jose Ave 24 Front Yard : Yard Tree Private 2     1     6004325.98543 2095958.82684 37.7353487460293 -122.427479028752 (37.7353487460293, -122.427479028752) 2 7 5 28861 2

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