4 rows where Zip Codes = 56 and qSpecies_id = 12

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)
32676 94158 Permitted Site 7 Tilia cordata :: Littleleaf Linden 12 1556 08th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   06/15/2010 12:00:00 AM   3x3 Permit Number 53537 5993734.5 2104887.1 37.7592587757026 -122.464745577182 (37.7592587757026, -122.464745577182) 1 8 4 56 12
92229 215408 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 1478 08th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   5993690.81703 2105468.21978 37.7608518609501 -122.46493885685 (37.7608518609501, -122.46493885685) 1 8 11 56 12
105784 215409 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 1556 08th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 3ft   5993712.25346 2104885.19549 37.7592522638043 -122.464822377549 (37.7592522638043, -122.464822377549) 1 8 4 56 12
131589 81524 Permitted Site 7 Tilia cordata :: Littleleaf Linden 12 1643 09th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/10/2010 12:00:00 AM   3x3 Permit Number 53916 5993372.97126564 2104303.07947151 37.7576343572278 -122.465953471382 (37.7576343572278, -122.465953471382) 1 8 4 56 12

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