2 rows where Zip Codes = 59 and qSpecies_id = 50 sorted by PlantDate

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)
33999 219234 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 273 Dalewood Way 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   5995327.0897 2097229.75541 37.7383253194549 -122.458683321089 (37.7383253194549, -122.458683321089) 9 7 4 59 40
108539 219235 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 5 Sequoia Way 5 Sidewalk: Curb side : Yard Tree Private 2     4 Width 3ft   5998215.18129 2097817.79881 37.7401055166597 -122.448740104476 (37.7401055166597, -122.448740104476) 9 7 4 59 40

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