3 rows where Zip Codes = 56 and qSpecies_id = 138

View and edit SQL

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)
26897 81877 Permitted Site 7 Pittosporum eugenioides :: Tarata 138 1380 12th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/23/2014 12:00:00 AM 3 3x3 Permit Number 773644 5992433.71699481 2106077.08224854 37.7624510738005 -122.469330889187 (37.7624510738005, -122.469330889187) 1 8 11 56 12
150075 211434 DPW Maintained 1 Pittosporum eugenioides :: Tarata 138 910 Kirkham St 2 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 1ft   5992028.49384 2105269.75757 37.7602109483078 -122.470673588023 (37.7602109483078, -122.470673588023) 1 8 4 56 12
158630 211449 DPW Maintained 1 Pittosporum eugenioides :: Tarata 138 1554 10th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 3ft   5993091.38036 2104901.42473 37.759261008817 -122.466970818352 (37.759261008817, -122.466970818352) 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)
);