3 rows where Zip Codes = 29490 and qSpecies_id = 50 sorted by PlantDate

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)
24811 80400 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 847 Baker St 1 Sidewalk: Curb side : Cutout Tree Private 2   06/19/2008 12:00:00 AM 1 3x3 Permit Number 51000 6000427.8652 2111924.6617 37.7789657789093 -122.442101918526 (37.7789657789093, -122.442101918526) 15 5 11 29490 16
84643 57319 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 2719 Sutter St 1 Sidewalk: Curb side : Cutout Tree Private 2   08/31/1976 12:00:00 AM 2   Permit Number 16144 5999557.8231 2113954.6853 37.7844900782456 -122.445257725615 (37.7844900782456, -122.445257725615) 15 6 11 29490 31
60065 17889 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 2231 Pine St 1 Sidewalk: Curb side : Cutout Tree Private 2   12/15/2000 12:00:00 AM 8 3x3   6003230.4792 2115158.6176 37.7880047264698 -122.432637629177 (37.7880047264698, -122.432637629177) 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)
);