2 rows where Neighborhoods (old) = 10, Zip Codes = 29492 and qSpecies_id = 50 sorted by PlantDate

View and edit SQL

These facets timed out: Neighborhoods (old), 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)
153024 105745 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 418 Pierce St 1 Sidewalk: Curb side : Cutout Tree Private 2   06/02/2014 12:00:00 AM 2 4x4 Permit Number 771651 6002705 2109971 37.7737310181147 -122.434084710333 (37.7737310181147, -122.434084710333) 15 5 11 29492 10
192179 105743 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 410 Pierce St 2 Sidewalk: Curb side : Cutout Tree Private 2   06/02/2014 12:00:00 AM   4x4 Permit Number 771648 6002709 2109944 37.7736571098162 -122.434068943261 (37.7736571098162, -122.434068943261) 15 5 11 29492 10

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