3 rows where Neighborhoods (old) = 16 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)
158632 142077 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 36 ATALAYA TER 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 0ft   5998850.2457 2110939.7307 37.7761713796539 -122.447488599832 (37.7761713796539, -122.447488599832) 15 6 2 29492 16
6650 41645 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 146 Blake St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/05/2000 12:00:00 AM 3 3x3 Permit Number 42118 5997898.0776 2112825.6252 37.7812950956289 -122.450918408743 (37.7812950956289, -122.450918408743) 15 6 2 54 16
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

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