2 rows where Neighborhoods (old) = 24 and qSpecies_id = 54

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)
109680 28299 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 100 Broad St 1 Sidewalk: Curb side : Cutout Tree Private 2     11 3X3   5995861.9776 2088092.909 37.7132684524741 -122.456173531067 (37.7132684524741, -122.456173531067) 9 8 6 28861 24
114700 217547 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 102 Broad St 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 0ft   5995842.2441 2088093.8487 37.7132698999071 -122.456241804318 (37.7132698999071, -122.456241804318) 9 8 6 28861 24

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