8 rows where Zip Codes = 64 and qSpecies_id = 86 sorted by DBH

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)
161461 215320 DPW Maintained 1 Taxus baccata :: Irish Yew 86 613 Head St 5 Sidewalk: Property side : Yard Tree Private 2     13 Width 6ft   5993477.4709 2089866.91929 37.7180022959343 -122.464543873715 (37.7180022959343, -122.464543873715) 9 8 6 64 24
184131 179832 DPW Maintained 1 Taxus baccata :: Irish Yew 86 89 Belle Ave 1 Sidewalk: Property side : Yard Tree Private 2     8 Width 2ft   5991610.51667 2086489.35195 37.7086205125859 -122.470751174349 (37.7086205125859, -122.470751174349) 9 8 4 64 24

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