4 rows where Neighborhoods (old) = 40 and qSpecies_id = 50 sorted by PlantDate

View and edit SQL

These facets timed out: Neighborhoods (old)

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)
14147 219232 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 393 Ashton Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 3ft   5994163.921 2092422.70166 37.7250594073463 -122.462356400531 (37.7250594073463, -122.462356400531) 9 8 4 28861 40
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
187580 219233 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 387 Ashton Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 3ft   5994164.56547 2092392.43636 37.7249763432778 -122.462351978558 (37.7249763432778, -122.462351978558) 9 8 4 28861 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)
);