3 rows where Zip Codes = 29490 and qSpecies_id = 91

View and edit SQL

Zip Codes

  • 29490 · 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)
30132 62463 DPW Maintained 1 Schinus molle :: California Pepper 91 1906 McAllister St 1 Sidewalk: Curb side : Cutout Tree Private 2   12/17/1985 12:00:00 AM 9   Permit Number 22631 5999997.0295 2111289.4853 37.7771971847485 -122.443546707231 (37.7771971847485, -122.443546707231) 15 5 11 29490 16
95494 136372 DPW Maintained 1 Schinus molle :: California Pepper 91 2005 Lyon St 2 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 4ft   5999418.04323 2115732.63691 37.7893638888782 -122.445869229291 (37.7893638888782, -122.445869229291) 13 6 1 29490 31
130978 20249 DPW Maintained 1 Schinus molle :: California Pepper 91 1880 Steiner St 1 Sidewalk: Curb side : Cutout Tree DPW 1   05/16/2000 12:00:00 AM 10 3X3   6002546.9119 2114591.5393 37.7864088846335 -122.43496207541 (37.7864088846335, -122.43496207541) 13 9 11 29490 27

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